Html Css Color HEX #42F9AF Turquoise

📋 copy color: '#42F9AF'

red 66 ◦ green 249 ◦ blue 175

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

Shades of Turquoise #42F9AF

Tints of Turquoise #42F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.82%

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 13.47%
G = 50.82%
B = 35.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#42F9AF (or 0x42F9AF) is known color: Turquoise. HEX triplet: 42, F9 and AF. RGB value is (66,249,175). Sum of RGB (Red+Green+Blue) = 66+249+175=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F9AF is #BD0650. Grayscale: #B9B9B9. Windows color (decimal): -12387921 or 11532610. OLE color: 11532610.

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

Color convert

RGB 66 249 175 -
CMYK 0.73 0 0.30 0.02
HSL 155.74º 0.94% 0.62% -
HSV(B) 155.74º 0.73% 0.98% -
XYZ 43.86 72 52.14 -
YUV 185.85 121.87 42.52 -
System Red Green Blue C M Y K H S L
Decimal 66 249 175 0.73 0 0.30 0.02 155.74 0.94 0.62
Hex 42 F9 AF 49 0 1E 2 9C 5E 3E
Octal 102 371 257 111 0 36 2 234 136 76
Binary 1000010 11111001 10101111 1001001 0 11110 10 10011100 1011110 111110

Color Harmonies of #42F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F9AF

Black with #42F9AF

Text Example


Text Example

White with #42F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,249,175); }

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

background-color css

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

 a { background-color: rgb(66,249,175); }

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

border-color css

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

 span { border-color: rgb(66,249,175); }

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