Html Css Color HEX #5DCCEE Turquoise Blue

📋 copy color: '#5DCCEE'

red 93 ◦ green 204 ◦ blue 238

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

Shades of Turquoise Blue #5DCCEE

Tints of Turquoise Blue #5DCCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 17.38%
G = 38.13%
B = 44.49%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DCCEE (or 0x5DCCEE) is known color: Turquoise Blue. HEX triplet: 5D, CC and EE. RGB value is (93,204,238). Sum of RGB (Red+Green+Blue) = 93+204+238=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DCCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCEE is #A23311. Grayscale: #AEAEAE. Windows color (decimal): -10629906 or 15649885. OLE color: 15649885.

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

Color convert

RGB 93 204 238 -
CMYK 0.61 0.14 0 0.07
HSL 194.07º 0.81% 0.65% -
HSV(B) 194.07º 0.61% 0.93% -
XYZ 41.54 51.69 88.68 -
YUV 174.69 163.73 69.74 -
System Red Green Blue C M Y K H S L
Decimal 93 204 238 0.61 0.14 0 0.07 194.07 0.81 0.65
Hex 5D CC EE 3D E 0 7 C2 51 41
Octal 135 314 356 75 16 0 7 302 121 101
Binary 1011101 11001100 11101110 111101 1110 0 111 11000010 1010001 1000001

Color Harmonies of #5DCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCEE

Black with #5DCCEE

Text Example


Text Example

White with #5DCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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