Html Css Color HEX #42EECB Turquoise

📋 copy color: '#42EECB'

red 66 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #42EECB

Tints of Turquoise #42EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 13.02%
G = 46.94%
B = 40.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#42EECB (or 0x42EECB) is known color: Turquoise. HEX triplet: 42, EE and CB. RGB value is (66,238,203). Sum of RGB (Red+Green+Blue) = 66+238+203=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #42EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EECB is #BD1134. Grayscale: #B6B6B6. Windows color (decimal): -12390709 or 13364802. OLE color: 13364802.

HSL color Cylindrical-coordinate representation of color #42EECB: hue angle of 167.79º 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 #42EECB is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 203 -
CMYK 0.72 0 0.15 0.07
HSL 167.79º 0.83% 0.6% -
HSV(B) 167.79º 0.72% 0.93% -
XYZ 43.6 66.62 67.06 -
YUV 182.58 139.52 44.85 -
System Red Green Blue C M Y K H S L
Decimal 66 238 203 0.72 0 0.15 0.07 167.79 0.83 0.6
Hex 42 EE CB 48 0 F 7 A8 53 3C
Octal 102 356 313 110 0 17 7 250 123 74
Binary 1000010 11101110 11001011 1001000 0 1111 111 10101000 1010011 111100

Color Harmonies of #42EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EECB

Black with #42EECB

Text Example


Text Example

White with #42EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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