Html Css Color HEX #42F4C6 Turquoise

📋 copy color: '#42F4C6'

red 66 ◦ green 244 ◦ blue 198

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

Shades of Turquoise #42F4C6

Tints of Turquoise #42F4C6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.03%

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 12.99%
G = 48.03%
B = 38.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#42F4C6 (or 0x42F4C6) is known color: Turquoise. HEX triplet: 42, F4 and C6. RGB value is (66,244,198). Sum of RGB (Red+Green+Blue) = 66+244+198=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4C6 is #BD0B39. Grayscale: #B9B9B9. Windows color (decimal): -12389178 or 13038658. OLE color: 13038658.

HSL color Cylindrical-coordinate representation of color #42F4C6: hue angle of 164.49º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4C6 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 198 -
CMYK 0.73 0 0.19 0.04
HSL 164.49º 0.89% 0.61% -
HSV(B) 164.49º 0.73% 0.96% -
XYZ 44.79 69.94 64.56 -
YUV 185.53 135.03 42.74 -
System Red Green Blue C M Y K H S L
Decimal 66 244 198 0.73 0 0.19 0.04 164.49 0.89 0.61
Hex 42 F4 C6 49 0 13 4 A4 59 3D
Octal 102 364 306 111 0 23 4 244 131 75
Binary 1000010 11110100 11000110 1001001 0 10011 100 10100100 1011001 111101

Color Harmonies of #42F4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F4C6

Black with #42F4C6

Text Example


Text Example

White with #42F4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,244,198); }

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

background-color css

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

 a { background-color: rgb(66,244,198); }

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

border-color css

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

 span { border-color: rgb(66,244,198); }

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