Html Css Color HEX #5DDEEF Turquoise Blue

📋 copy color: '#5DDEEF'

red 93 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #5DDEEF

Tints of Turquoise Blue #5DDEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 16.79%
G = 40.07%
B = 43.14%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5DDEEF (or 0x5DDEEF) is known color: Turquoise Blue. HEX triplet: 5D, DE and EF. RGB value is (93,222,239). Sum of RGB (Red+Green+Blue) = 93+222+239=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEEF is #A22110. Grayscale: #B9B9B9. Windows color (decimal): -10625297 or 15720029. OLE color: 15720029.

HSL color Cylindrical-coordinate representation of color #5DDEEF: hue angle of 186.99º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DDEEF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 222 239 -
CMYK 0.61 0.07 0 0.06
HSL 186.99º 0.82% 0.65% -
HSV(B) 186.99º 0.61% 0.94% -
XYZ 46.22 60.8 90.96 -
YUV 185.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 93 222 239 0.61 0.07 0 0.06 186.99 0.82 0.65
Hex 5D DE EF 3D 7 0 6 BB 52 41
Octal 135 336 357 75 7 0 6 273 122 101
Binary 1011101 11011110 11101111 111101 111 0 110 10111011 1010010 1000001

Color Harmonies of #5DDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDEEF

Black with #5DDEEF

Text Example


Text Example

White with #5DDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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