Html Css Color HEX #5FDDEB Turquoise Blue

📋 copy color: '#5FDDEB'

red 95 ◦ green 221 ◦ blue 235

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

Shades of Turquoise Blue #5FDDEB

Tints of Turquoise Blue #5FDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.11%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 17.24%
G = 40.11%
B = 42.65%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FDDEB (or 0x5FDDEB) is known color: Turquoise Blue. HEX triplet: 5F, DD and EB. RGB value is (95,221,235). Sum of RGB (Red+Green+Blue) = 95+221+235=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FDDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDEB is #A02214. Grayscale: #B8B8B8. Windows color (decimal): -10494485 or 15457631. OLE color: 15457631.

HSL color Cylindrical-coordinate representation of color #5FDDEB: hue angle of 186º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDDEB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 221 235 -
CMYK 0.60 0.06 0 0.08
HSL 186º 0.78% 0.65% -
HSV(B) 186º 0.6% 0.92% -
XYZ 45.57 60.14 87.8 -
YUV 184.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 95 221 235 0.60 0.06 0 0.08 186 0.78 0.65
Hex 5F DD EB 3C 6 0 8 BA 4E 41
Octal 137 335 353 74 6 0 10 272 116 101
Binary 1011111 11011101 11101011 111100 110 0 1000 10111010 1001110 1000001

Color Harmonies of #5FDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDEB

Black with #5FDDEB

Text Example


Text Example

White with #5FDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,221,235); }

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

background-color css

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

 a { background-color: rgb(95,221,235); }

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

border-color css

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

 span { border-color: rgb(95,221,235); }

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