Html Css Color HEX #42FAD4 Turquoise

📋 copy color: '#42FAD4'

red 66 ◦ green 250 ◦ blue 212

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

Shades of Turquoise #42FAD4

Tints of Turquoise #42FAD4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 12.5%
G = 47.35%
B = 40.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#42FAD4 (or 0x42FAD4) is known color: Turquoise. HEX triplet: 42, FA and D4. RGB value is (66,250,212). Sum of RGB (Red+Green+Blue) = 66+250+212=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FAD4 is #BD052B. Grayscale: #BEBEBE. Windows color (decimal): -12387628 or 13957698. OLE color: 13957698.

HSL color Cylindrical-coordinate representation of color #42FAD4: hue angle of 167.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FAD4 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 212 -
CMYK 0.74 0 0.15 0.02
HSL 167.61º 0.95% 0.62% -
HSV(B) 167.61º 0.74% 0.98% -
XYZ 48.32 74.28 74.08 -
YUV 190.65 140.04 39.09 -
System Red Green Blue C M Y K H S L
Decimal 66 250 212 0.74 0 0.15 0.02 167.61 0.95 0.62
Hex 42 FA D4 4A 0 F 2 A8 5F 3E
Octal 102 372 324 112 0 17 2 250 137 76
Binary 1000010 11111010 11010100 1001010 0 1111 10 10101000 1011111 111110

Color Harmonies of #42FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAD4

Black with #42FAD4

Text Example


Text Example

White with #42FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,212); }

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

background-color css

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

 a { background-color: rgb(66,250,212); }

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

border-color css

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

 span { border-color: rgb(66,250,212); }

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