Html Css Color HEX #42EFCB Turquoise

📋 copy color: '#42EFCB'

red 66 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #42EFCB

Tints of Turquoise #42EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

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

R = 12.99%
G = 47.05%
B = 39.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#42EFCB (or 0x42EFCB) is known color: Turquoise. HEX triplet: 42, EF and CB. RGB value is (66,239,203). Sum of RGB (Red+Green+Blue) = 66+239+203=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFCB is #BD1034. Grayscale: #B7B7B7. Windows color (decimal): -12390453 or 13365058. OLE color: 13365058.

HSL color Cylindrical-coordinate representation of color #42EFCB: hue angle of 167.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFCB is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 203 -
CMYK 0.72 0 0.15 0.06
HSL 167.51º 0.84% 0.6% -
HSV(B) 167.51º 0.72% 0.94% -
XYZ 43.89 67.2 67.16 -
YUV 183.17 139.19 44.43 -
System Red Green Blue C M Y K H S L
Decimal 66 239 203 0.72 0 0.15 0.06 167.51 0.84 0.6
Hex 42 EF CB 48 0 F 6 A8 54 3C
Octal 102 357 313 110 0 17 6 250 124 74
Binary 1000010 11101111 11001011 1001000 0 1111 110 10101000 1010100 111100

Color Harmonies of #42EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFCB

Black with #42EFCB

Text Example


Text Example

White with #42EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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