Html Css Color HEX #5DDBEB Turquoise Blue

📋 copy color: '#5DDBEB'

red 93 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #5DDBEB

Tints of Turquoise Blue #5DDBEB

RGB

 RED value IS 93 (36.72% from 255) = 17%

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

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

R = 17%
G = 40.04%
B = 42.96%

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

#5DDBEB (or 0x5DDBEB) is known color: Turquoise Blue. HEX triplet: 5D, DB and EB. RGB value is (93,219,235). Sum of RGB (Red+Green+Blue) = 93+219+235=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBEB is #A22414. Grayscale: #B6B6B6. Windows color (decimal): -10626069 or 15457117. OLE color: 15457117.

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

Color convert

RGB 93 219 235 -
CMYK 0.60 0.07 0 0.08
HSL 186.76º 0.78% 0.64% -
HSV(B) 186.76º 0.6% 0.92% -
XYZ 44.84 58.99 87.62 -
YUV 183.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 93 219 235 0.60 0.07 0 0.08 186.76 0.78 0.64
Hex 5D DB EB 3C 7 0 8 BB 4E 40
Octal 135 333 353 74 7 0 10 273 116 100
Binary 1011101 11011011 11101011 111100 111 0 1000 10111011 1001110 1000000

Color Harmonies of #5DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBEB

Black with #5DDBEB

Text Example


Text Example

White with #5DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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