Html Css Color HEX #42FDAD Turquoise

📋 copy color: '#42FDAD'

red 66 ◦ green 253 ◦ blue 173

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

Shades of Turquoise #42FDAD

Tints of Turquoise #42FDAD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.42%

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

R = 13.41%
G = 51.42%
B = 35.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#42FDAD (or 0x42FDAD) is known color: Turquoise. HEX triplet: 42, FD and AD. RGB value is (66,253,173). Sum of RGB (Red+Green+Blue) = 66+253+173=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FDAD is #BD0252. Grayscale: #BCBCBC. Windows color (decimal): -12386899 or 11402562. OLE color: 11402562.

HSL color Cylindrical-coordinate representation of color #42FDAD: hue angle of 154.33º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDAD is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 253 173 -
CMYK 0.74 0 0.32 0.01
HSL 154.33º 0.98% 0.63% -
HSV(B) 154.33º 0.74% 0.99% -
XYZ 44.91 74.43 51.53 -
YUV 187.97 119.55 41 -
System Red Green Blue C M Y K H S L
Decimal 66 253 173 0.74 0 0.32 0.01 154.33 0.98 0.63
Hex 42 FD AD 4A 0 20 1 9A 62 3F
Octal 102 375 255 112 0 40 1 232 142 77
Binary 1000010 11111101 10101101 1001010 0 100000 1 10011010 1100010 111111

Color Harmonies of #42FDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FDAD

Black with #42FDAD

Text Example


Text Example

White with #42FDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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