Html Css Color HEX #42FCE2 Turquoise

📋 copy color: '#42FCE2'

red 66 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #42FCE2

Tints of Turquoise #42FCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 12.13%
G = 46.32%
B = 41.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#42FCE2 (or 0x42FCE2) is known color: Turquoise. HEX triplet: 42, FC and E2. RGB value is (66,252,226). Sum of RGB (Red+Green+Blue) = 66+252+226=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCE2 is #BD031D. Grayscale: #C1C1C1. Windows color (decimal): -12387102 or 14875714. OLE color: 14875714.

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

Color convert

RGB 66 252 226 -
CMYK 0.74 0 0.10 0.01
HSL 171.61º 0.97% 0.62% -
HSV(B) 171.61º 0.74% 0.99% -
XYZ 50.78 76.27 84 -
YUV 193.42 146.38 37.11 -
System Red Green Blue C M Y K H S L
Decimal 66 252 226 0.74 0 0.10 0.01 171.61 0.97 0.62
Hex 42 FC E2 4A 0 A 1 AC 61 3E
Octal 102 374 342 112 0 12 1 254 141 76
Binary 1000010 11111100 11100010 1001010 0 1010 1 10101100 1100001 111110

Color Harmonies of #42FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCE2

Black with #42FCE2

Text Example


Text Example

White with #42FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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