Html Css Color HEX #5DDEEB Turquoise Blue

📋 copy color: '#5DDEEB'

red 93 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #5DDEEB

Tints of Turquoise Blue #5DDEEB

RGB

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

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

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

R = 16.91%
G = 40.36%
B = 42.73%

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

#5DDEEB (or 0x5DDEEB) is known color: Turquoise Blue. HEX triplet: 5D, DE and EB. RGB value is (93,222,235). Sum of RGB (Red+Green+Blue) = 93+222+235=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEEB is #A22114. Grayscale: #B8B8B8. Windows color (decimal): -10625301 or 15457885. OLE color: 15457885.

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

Color convert

RGB 93 222 235 -
CMYK 0.60 0.06 0 0.08
HSL 185.49º 0.78% 0.64% -
HSV(B) 185.49º 0.6% 0.92% -
XYZ 45.63 60.57 87.88 -
YUV 184.91 156.26 62.44 -
System Red Green Blue C M Y K H S L
Decimal 93 222 235 0.60 0.06 0 0.08 185.49 0.78 0.64
Hex 5D DE EB 3C 6 0 8 B9 4E 40
Octal 135 336 353 74 6 0 10 271 116 100
Binary 1011101 11011110 11101011 111100 110 0 1000 10111001 1001110 1000000

Color Harmonies of #5DDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDEEB

Black with #5DDEEB

Text Example


Text Example

White with #5DDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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