Html Css Color HEX #42EEBC Turquoise

📋 copy color: '#42EEBC'

red 66 ◦ green 238 ◦ blue 188

#42EEBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42EEBC

Tints of Turquoise #42EEBC

RGB

 RED value IS 66 (26.17% from 255) = 13.41%

 GREEN value IS 238 (93.36% from 255) = 48.37%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 13.41%
G = 48.37%
B = 38.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42EEBC (or 0x42EEBC) is known color: Turquoise. HEX triplet: 42, EE and BC. RGB value is (66,238,188). Sum of RGB (Red+Green+Blue) = 66+238+188=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEBC is #BD1143. Grayscale: #B4B4B4. Windows color (decimal): -12390724 or 12381762. OLE color: 12381762.

HSL color Cylindrical-coordinate representation of color #42EEBC: hue angle of 162.56º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEBC is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 188 -
CMYK 0.72 0 0.21 0.07
HSL 162.56º 0.83% 0.6% -
HSV(B) 162.56º 0.72% 0.93% -
XYZ 41.9 65.94 58.1 -
YUV 180.87 132.02 46.07 -
System Red Green Blue C M Y K H S L
Decimal 66 238 188 0.72 0 0.21 0.07 162.56 0.83 0.6
Hex 42 EE BC 48 0 15 7 A3 53 3C
Octal 102 356 274 110 0 25 7 243 123 74
Binary 1000010 11101110 10111100 1001000 0 10101 111 10100011 1010011 111100

Color Harmonies of #42EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEBC

Black with #42EEBC

Text Example


Text Example

White with #42EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42EEBC; }

 p { color: rgb(66,238,188); }

 H1.HeaderClassName
 {
   color: #42EEBC;
 }
 .AnyTagClassName
 {
   color: #42EEBC;
 }
</style>

background-color css

<style>
 a { background-color: #42EEBC; }

 a { background-color: rgb(66,238,188); }

 div.DivClassName
 {
   background-color: #42EEBC;
 }
 .BgClassName
 {
   background-color: #42EEBC;
 }
</style>

border-color css

<style>
 span { border-color: #42EEBC; }

 span { border-color: rgb(66,238,188); }

 td.TdClassName
 {
   border-color: #42EEBC;
 }
 .TagClassName
 {
   border-color: #42EEBC;
 }
</style>