Html Css Color HEX #5FDEEB Turquoise Blue

📋 copy color: '#5FDEEB'

red 95 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #5FDEEB

Tints of Turquoise Blue #5FDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.22%

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

R = 17.21%
G = 40.22%
B = 42.57%

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

#5FDEEB (or 0x5FDEEB) is known color: Turquoise Blue. HEX triplet: 5F, DE and EB. RGB value is (95,222,235). Sum of RGB (Red+Green+Blue) = 95+222+235=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEEB is #A02114. Grayscale: #B9B9B9. Windows color (decimal): -10494229 or 15457887. OLE color: 15457887.

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

Color convert

RGB 95 222 235 -
CMYK 0.60 0.06 0 0.08
HSL 185.57º 0.78% 0.65% -
HSV(B) 185.57º 0.6% 0.92% -
XYZ 45.84 60.67 87.89 -
YUV 185.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 95 222 235 0.60 0.06 0 0.08 185.57 0.78 0.65
Hex 5F DE EB 3C 6 0 8 BA 4E 41
Octal 137 336 353 74 6 0 10 272 116 101
Binary 1011111 11011110 11101011 111100 110 0 1000 10111010 1001110 1000001

Color Harmonies of #5FDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDEEB

Black with #5FDEEB

Text Example


Text Example

White with #5FDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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