Html Css Color HEX #42FCCB Turquoise

📋 copy color: '#42FCCB'

red 66 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #42FCCB

Tints of Turquoise #42FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.37%

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

R = 12.67%
G = 48.37%
B = 38.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#42FCCB (or 0x42FCCB) is known color: Turquoise. HEX triplet: 42, FC and CB. RGB value is (66,252,203). Sum of RGB (Red+Green+Blue) = 66+252+203=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCCB is #BD0334. Grayscale: #BEBEBE. Windows color (decimal): -12387125 or 13368386. OLE color: 13368386.

HSL color Cylindrical-coordinate representation of color #42FCCB: hue angle of 164.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCCB is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 203 -
CMYK 0.74 0 0.19 0.01
HSL 164.19º 0.97% 0.62% -
HSV(B) 164.19º 0.74% 0.99% -
XYZ 47.84 75.09 68.47 -
YUV 190.8 134.88 38.98 -
System Red Green Blue C M Y K H S L
Decimal 66 252 203 0.74 0 0.19 0.01 164.19 0.97 0.62
Hex 42 FC CB 4A 0 13 1 A4 61 3E
Octal 102 374 313 112 0 23 1 244 141 76
Binary 1000010 11111100 11001011 1001010 0 10011 1 10100100 1100001 111110

Color Harmonies of #42FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCCB

Black with #42FCCB

Text Example


Text Example

White with #42FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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