Html Css Color HEX #42F5AF Turquoise

📋 copy color: '#42F5AF'

red 66 ◦ green 245 ◦ blue 175

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

Shades of Turquoise #42F5AF

Tints of Turquoise #42F5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

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

R = 13.58%
G = 50.41%
B = 36.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#42F5AF (or 0x42F5AF) is known color: Turquoise. HEX triplet: 42, F5 and AF. RGB value is (66,245,175). Sum of RGB (Red+Green+Blue) = 66+245+175=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #42F5AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F5AF is #BD0A50. Grayscale: #B7B7B7. Windows color (decimal): -12388945 or 11531586. OLE color: 11531586.

HSL color Cylindrical-coordinate representation of color #42F5AF: hue angle of 156.54º degrees, saturation: 0.9, 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 #42F5AF is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 245 175 -
CMYK 0.73 0 0.29 0.04
HSL 156.54º 0.9% 0.61% -
HSV(B) 156.54º 0.73% 0.96% -
XYZ 42.64 69.56 51.74 -
YUV 183.5 123.2 44.19 -
System Red Green Blue C M Y K H S L
Decimal 66 245 175 0.73 0 0.29 0.04 156.54 0.9 0.61
Hex 42 F5 AF 49 0 1D 4 9D 5A 3D
Octal 102 365 257 111 0 35 4 235 132 75
Binary 1000010 11110101 10101111 1001001 0 11101 100 10011101 1011010 111101

Color Harmonies of #42F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F5AF

Black with #42F5AF

Text Example


Text Example

White with #42F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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