Html Css Color HEX #42F7AD Turquoise

📋 copy color: '#42F7AD'

red 66 ◦ green 247 ◦ blue 173

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

Shades of Turquoise #42F7AD

Tints of Turquoise #42F7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.82%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 13.58%
G = 50.82%
B = 35.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#42F7AD (or 0x42F7AD) is known color: Turquoise. HEX triplet: 42, F7 and AD. RGB value is (66,247,173). Sum of RGB (Red+Green+Blue) = 66+247+173=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F7AD is #BD0852. Grayscale: #B8B8B8. Windows color (decimal): -12388435 or 11401026. OLE color: 11401026.

HSL color Cylindrical-coordinate representation of color #42F7AD: hue angle of 155.47º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7AD is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 173 -
CMYK 0.73 0 0.30 0.03
HSL 155.47º 0.92% 0.61% -
HSV(B) 155.47º 0.73% 0.97% -
XYZ 43.05 70.7 50.91 -
YUV 184.45 121.53 43.52 -
System Red Green Blue C M Y K H S L
Decimal 66 247 173 0.73 0 0.30 0.03 155.47 0.92 0.61
Hex 42 F7 AD 49 0 1E 3 9B 5C 3D
Octal 102 367 255 111 0 36 3 233 134 75
Binary 1000010 11110111 10101101 1001001 0 11110 11 10011011 1011100 111101

Color Harmonies of #42F7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F7AD

Black with #42F7AD

Text Example


Text Example

White with #42F7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,247,173); }

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

background-color css

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

 a { background-color: rgb(66,247,173); }

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

border-color css

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

 span { border-color: rgb(66,247,173); }

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