Html Css Color HEX #42F2B0 Turquoise

📋 copy color: '#42F2B0'

red 66 ◦ green 242 ◦ blue 176

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

Shades of Turquoise #42F2B0

Tints of Turquoise #42F2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 13.64%
G = 50%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#42F2B0 (or 0x42F2B0) is known color: Turquoise. HEX triplet: 42, F2 and B0. RGB value is (66,242,176). Sum of RGB (Red+Green+Blue) = 66+242+176=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F2B0 is #BD0D4F. Grayscale: #B5B5B5. Windows color (decimal): -12389712 or 11596354. OLE color: 11596354.

HSL color Cylindrical-coordinate representation of color #42F2B0: hue angle of 157.5º degrees, saturation: 0.87, 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 #42F2B0 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 242 176 -
CMYK 0.73 0 0.27 0.05
HSL 157.5º 0.87% 0.6% -
HSV(B) 157.5º 0.73% 0.95% -
XYZ 41.84 67.8 51.96 -
YUV 181.85 124.69 45.37 -
System Red Green Blue C M Y K H S L
Decimal 66 242 176 0.73 0 0.27 0.05 157.5 0.87 0.6
Hex 42 F2 B0 49 0 1B 5 9E 57 3C
Octal 102 362 260 111 0 33 5 236 127 74
Binary 1000010 11110010 10110000 1001001 0 11011 101 10011110 1010111 111100

Color Harmonies of #42F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F2B0

Black with #42F2B0

Text Example


Text Example

White with #42F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,176); }

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

background-color css

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

 a { background-color: rgb(66,242,176); }

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

border-color css

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

 span { border-color: rgb(66,242,176); }

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