Html Css Color HEX #5DCCEB Turquoise Blue

📋 copy color: '#5DCCEB'

red 93 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #5DCCEB

Tints of Turquoise Blue #5DCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 17.48%
G = 38.35%
B = 44.17%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DCCEB (or 0x5DCCEB) is known color: Turquoise Blue. HEX triplet: 5D, CC and EB. RGB value is (93,204,235). Sum of RGB (Red+Green+Blue) = 93+204+235=532 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.48% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCEB is #A23314. Grayscale: #AEAEAE. Windows color (decimal): -10629909 or 15453277. OLE color: 15453277.

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

Color convert

RGB 93 204 235 -
CMYK 0.60 0.13 0 0.08
HSL 193.1º 0.78% 0.64% -
HSV(B) 193.1º 0.6% 0.92% -
XYZ 41.1 51.51 86.37 -
YUV 174.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 93 204 235 0.60 0.13 0 0.08 193.1 0.78 0.64
Hex 5D CC EB 3C D 0 8 C1 4E 40
Octal 135 314 353 74 15 0 10 301 116 100
Binary 1011101 11001100 11101011 111100 1101 0 1000 11000001 1001110 1000000

Color Harmonies of #5DCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCEB

Black with #5DCCEB

Text Example


Text Example

White with #5DCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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