Html Css Color HEX #5FF0DA Turquoise Blue

📋 copy color: '#5FF0DA'

red 95 ◦ green 240 ◦ blue 218

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

Shades of Turquoise Blue #5FF0DA

Tints of Turquoise Blue #5FF0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.4%

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

R = 17.18%
G = 43.4%
B = 39.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#5FF0DA (or 0x5FF0DA) is known color: Turquoise Blue. HEX triplet: 5F, F0 and DA. RGB value is (95,240,218). Sum of RGB (Red+Green+Blue) = 95+240+218=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF0DA is #A00F25. Grayscale: #C2C2C2. Windows color (decimal): -10489638 or 14348383. OLE color: 14348383.

HSL color Cylindrical-coordinate representation of color #5FF0DA: hue angle of 170.9º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0DA is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 240 218 -
CMYK 0.60 0 0.09 0.06
HSL 170.9º 0.83% 0.66% -
HSV(B) 170.9º 0.6% 0.94% -
XYZ 48.53 69.82 77.25 -
YUV 194.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 95 240 218 0.60 0 0.09 0.06 170.9 0.83 0.66
Hex 5F F0 DA 3C 0 9 6 AB 53 42
Octal 137 360 332 74 0 11 6 253 123 102
Binary 1011111 11110000 11011010 111100 0 1001 110 10101011 1010011 1000010

Color Harmonies of #5FF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF0DA

Black with #5FF0DA

Text Example


Text Example

White with #5FF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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