Html Css Color HEX #5FD2ED Turquoise Blue

📋 copy color: '#5FD2ED'

red 95 ◦ green 210 ◦ blue 237

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

Shades of Turquoise Blue #5FD2ED

Tints of Turquoise Blue #5FD2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.75%

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 17.53%
G = 38.75%
B = 43.73%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FD2ED (or 0x5FD2ED) is known color: Turquoise Blue. HEX triplet: 5F, D2 and ED. RGB value is (95,210,237). Sum of RGB (Red+Green+Blue) = 95+210+237=542 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.53% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FD2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2ED is #A02D12. Grayscale: #B2B2B2. Windows color (decimal): -10497299 or 15585887. OLE color: 15585887.

HSL color Cylindrical-coordinate representation of color #5FD2ED: hue angle of 191.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD2ED is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 210 237 -
CMYK 0.60 0.11 0 0.07
HSL 191.41º 0.8% 0.65% -
HSV(B) 191.41º 0.6% 0.93% -
XYZ 43.05 54.64 88.4 -
YUV 178.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 95 210 237 0.60 0.11 0 0.07 191.41 0.8 0.65
Hex 5F D2 ED 3C B 0 7 BF 50 41
Octal 137 322 355 74 13 0 7 277 120 101
Binary 1011111 11010010 11101101 111100 1011 0 111 10111111 1010000 1000001

Color Harmonies of #5FD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2ED

Black with #5FD2ED

Text Example


Text Example

White with #5FD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,237); }

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

background-color css

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

 a { background-color: rgb(95,210,237); }

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

border-color css

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

 span { border-color: rgb(95,210,237); }

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