Html Css Color HEX #42FCE0 Turquoise

📋 copy color: '#42FCE0'

red 66 ◦ green 252 ◦ blue 224

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

Shades of Turquoise #42FCE0

Tints of Turquoise #42FCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 12.18%
G = 46.49%
B = 41.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#42FCE0 (or 0x42FCE0) is known color: Turquoise. HEX triplet: 42, FC and E0. RGB value is (66,252,224). Sum of RGB (Red+Green+Blue) = 66+252+224=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCE0 is #BD031F. Grayscale: #C1C1C1. Windows color (decimal): -12387104 or 14744642. OLE color: 14744642.

HSL color Cylindrical-coordinate representation of color #42FCE0: hue angle of 170.97º 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 #42FCE0 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 224 -
CMYK 0.74 0 0.11 0.01
HSL 170.97º 0.97% 0.62% -
HSV(B) 170.97º 0.74% 0.99% -
XYZ 50.51 76.16 82.56 -
YUV 193.19 145.38 37.28 -
System Red Green Blue C M Y K H S L
Decimal 66 252 224 0.74 0 0.11 0.01 170.97 0.97 0.62
Hex 42 FC E0 4A 0 B 1 AB 61 3E
Octal 102 374 340 112 0 13 1 253 141 76
Binary 1000010 11111100 11100000 1001010 0 1011 1 10101011 1100001 111110

Color Harmonies of #42FCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCE0

Black with #42FCE0

Text Example


Text Example

White with #42FCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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