Html Css Color HEX #5FDBEB Turquoise Blue

📋 copy color: '#5FDBEB'

red 95 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #5FDBEB

Tints of Turquoise Blue #5FDBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.89%

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

R = 17.3%
G = 39.89%
B = 42.81%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FDBEB (or 0x5FDBEB) is known color: Turquoise Blue. HEX triplet: 5F, DB and EB. RGB value is (95,219,235). Sum of RGB (Red+Green+Blue) = 95+219+235=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDBEB is #A02414. Grayscale: #B7B7B7. Windows color (decimal): -10494997 or 15457119. OLE color: 15457119.

HSL color Cylindrical-coordinate representation of color #5FDBEB: hue angle of 186.86º 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 #5FDBEB is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 219 235 -
CMYK 0.60 0.07 0 0.08
HSL 186.86º 0.78% 0.65% -
HSV(B) 186.86º 0.6% 0.92% -
XYZ 45.05 59.09 87.63 -
YUV 183.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 95 219 235 0.60 0.07 0 0.08 186.86 0.78 0.65
Hex 5F DB EB 3C 7 0 8 BB 4E 41
Octal 137 333 353 74 7 0 10 273 116 101
Binary 1011111 11011011 11101011 111100 111 0 1000 10111011 1001110 1000001

Color Harmonies of #5FDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBEB

Black with #5FDBEB

Text Example


Text Example

White with #5FDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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