Html Css Color HEX #42FECF Turquoise

📋 copy color: '#42FECF'

red 66 ◦ green 254 ◦ blue 207

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

Shades of Turquoise #42FECF

Tints of Turquoise #42FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.2%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 12.52%
G = 48.2%
B = 39.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#42FECF (or 0x42FECF) is known color: Turquoise. HEX triplet: 42, FE and CF. RGB value is (66,254,207). Sum of RGB (Red+Green+Blue) = 66+254+207=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #42FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FECF is #BD0130. Grayscale: #C0C0C0. Windows color (decimal): -12386609 or 13631042. OLE color: 13631042.

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

Color convert

RGB 66 254 207 -
CMYK 0.74 0 0.19 0.00
HSL 165º 0.99% 0.63% -
HSV(B) 165º 0.74% 1% -
XYZ 48.95 76.55 71.23 -
YUV 192.43 136.22 37.82 -
System Red Green Blue C M Y K H S L
Decimal 66 254 207 0.74 0 0.19 0.00 165 0.99 0.63
Hex 42 FE CF 4A 0 13 0 A5 63 3F
Octal 102 376 317 112 0 23 0 245 143 77
Binary 1000010 11111110 11001111 1001010 0 10011 0 10100101 1100011 111111

Color Harmonies of #42FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FECF

Black with #42FECF

Text Example


Text Example

White with #42FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,254,207); }

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

background-color css

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

 a { background-color: rgb(66,254,207); }

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

border-color css

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

 span { border-color: rgb(66,254,207); }

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