Html Css Color HEX #42F3AF Turquoise

📋 copy color: '#42F3AF'

red 66 ◦ green 243 ◦ blue 175

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

Shades of Turquoise #42F3AF

Tints of Turquoise #42F3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 13.64%
G = 50.21%
B = 36.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#42F3AF (or 0x42F3AF) is known color: Turquoise. HEX triplet: 42, F3 and AF. RGB value is (66,243,175). Sum of RGB (Red+Green+Blue) = 66+243+175=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F3AF is #BD0C50. Grayscale: #B6B6B6. Windows color (decimal): -12389457 or 11531074. OLE color: 11531074.

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

Color convert

RGB 66 243 175 -
CMYK 0.73 0 0.28 0.05
HSL 156.95º 0.88% 0.61% -
HSV(B) 156.95º 0.73% 0.95% -
XYZ 42.04 68.35 51.54 -
YUV 182.33 123.86 45.03 -
System Red Green Blue C M Y K H S L
Decimal 66 243 175 0.73 0 0.28 0.05 156.95 0.88 0.61
Hex 42 F3 AF 49 0 1C 5 9D 58 3D
Octal 102 363 257 111 0 34 5 235 130 75
Binary 1000010 11110011 10101111 1001001 0 11100 101 10011101 1011000 111101

Color Harmonies of #42F3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F3AF

Black with #42F3AF

Text Example


Text Example

White with #42F3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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