Html Css Color HEX #5DCEEF Turquoise Blue

📋 copy color: '#5DCEEF'

red 93 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #5DCEEF

Tints of Turquoise Blue #5DCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

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

R = 17.29%
G = 38.29%
B = 44.42%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5DCEEF (or 0x5DCEEF) is known color: Turquoise Blue. HEX triplet: 5D, CE and EF. RGB value is (93,206,239). Sum of RGB (Red+Green+Blue) = 93+206+239=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEEF is #A23110. Grayscale: #AFAFAF. Windows color (decimal): -10629393 or 15715933. OLE color: 15715933.

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

Color convert

RGB 93 206 239 -
CMYK 0.61 0.14 0 0.06
HSL 193.56º 0.82% 0.65% -
HSV(B) 193.56º 0.61% 0.94% -
XYZ 42.17 52.7 89.61 -
YUV 175.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 93 206 239 0.61 0.14 0 0.06 193.56 0.82 0.65
Hex 5D CE EF 3D E 0 6 C2 52 41
Octal 135 316 357 75 16 0 6 302 122 101
Binary 1011101 11001110 11101111 111101 1110 0 110 11000010 1010010 1000001

Color Harmonies of #5DCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEEF

Black with #5DCEEF

Text Example


Text Example

White with #5DCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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