Html Css Color HEX #42F1D4 Turquoise

📋 copy color: '#42F1D4'

red 66 ◦ green 241 ◦ blue 212

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

Shades of Turquoise #42F1D4

Tints of Turquoise #42F1D4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.44%

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

R = 12.72%
G = 46.44%
B = 40.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#42F1D4 (or 0x42F1D4) is known color: Turquoise. HEX triplet: 42, F1 and D4. RGB value is (66,241,212). Sum of RGB (Red+Green+Blue) = 66+241+212=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1D4 is #BD0E2B. Grayscale: #B9B9B9. Windows color (decimal): -12389932 or 13955394. OLE color: 13955394.

HSL color Cylindrical-coordinate representation of color #42F1D4: hue angle of 170.06º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1D4 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 212 -
CMYK 0.73 0 0.12 0.05
HSL 170.06º 0.86% 0.6% -
HSV(B) 170.06º 0.73% 0.95% -
XYZ 45.59 68.82 73.17 -
YUV 185.37 143.02 42.86 -
System Red Green Blue C M Y K H S L
Decimal 66 241 212 0.73 0 0.12 0.05 170.06 0.86 0.6
Hex 42 F1 D4 49 0 C 5 AA 56 3C
Octal 102 361 324 111 0 14 5 252 126 74
Binary 1000010 11110001 11010100 1001001 0 1100 101 10101010 1010110 111100

Color Harmonies of #42F1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F1D4

Black with #42F1D4

Text Example


Text Example

White with #42F1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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