Html Css Color HEX #5FF2DA Turquoise

📋 copy color: '#5FF2DA'

red 95 ◦ green 242 ◦ blue 218

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

Shades of Turquoise #5FF2DA

Tints of Turquoise #5FF2DA

RGB

 RED value IS 95 (37.5% from 255) = 17.12%

 GREEN value IS 242 (94.92% from 255) = 43.6%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 17.12%
G = 43.6%
B = 39.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#5FF2DA (or 0x5FF2DA) is known color: Turquoise. HEX triplet: 5F, F2 and DA. RGB value is (95,242,218). Sum of RGB (Red+Green+Blue) = 95+242+218=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF2DA is #A00D25. Grayscale: #C3C3C3. Windows color (decimal): -10489126 or 14348895. OLE color: 14348895.

HSL color Cylindrical-coordinate representation of color #5FF2DA: hue angle of 170.2º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF2DA is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 218 -
CMYK 0.61 0 0.10 0.05
HSL 170.2º 0.85% 0.66% -
HSV(B) 170.2º 0.61% 0.95% -
XYZ 49.13 71 77.44 -
YUV 195.31 140.8 56.45 -
System Red Green Blue C M Y K H S L
Decimal 95 242 218 0.61 0 0.10 0.05 170.2 0.85 0.66
Hex 5F F2 DA 3D 0 A 5 AA 55 42
Octal 137 362 332 75 0 12 5 252 125 102
Binary 1011111 11110010 11011010 111101 0 1010 101 10101010 1010101 1000010

Color Harmonies of #5FF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2DA

Black with #5FF2DA

Text Example


Text Example

White with #5FF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF2DA; }

 p { color: rgb(95,242,218); }

 H1.HeaderClassName
 {
   color: #5FF2DA;
 }
 .AnyTagClassName
 {
   color: #5FF2DA;
 }
</style>

background-color css

<style>
 a { background-color: #5FF2DA; }

 a { background-color: rgb(95,242,218); }

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

border-color css

<style>
 span { border-color: #5FF2DA; }

 span { border-color: rgb(95,242,218); }

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