Html Css Color HEX #5DCBE1 Turquoise Blue

📋 copy color: '#5DCBE1'

red 93 ◦ green 203 ◦ blue 225

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

Shades of Turquoise Blue #5DCBE1

Tints of Turquoise Blue #5DCBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 17.85%
G = 38.96%
B = 43.19%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DCBE1 (or 0x5DCBE1) is known color: Turquoise Blue. HEX triplet: 5D, CB and E1. RGB value is (93,203,225). Sum of RGB (Red+Green+Blue) = 93+203+225=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DCBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBE1 is #A2341E. Grayscale: #ACACAC. Windows color (decimal): -10630175 or 14797661. OLE color: 14797661.

HSL color Cylindrical-coordinate representation of color #5DCBE1: hue angle of 190º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCBE1 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 203 225 -
CMYK 0.59 0.10 0 0.12
HSL 190º 0.69% 0.62% -
HSV(B) 190º 0.59% 0.88% -
XYZ 39.46 50.48 78.9 -
YUV 172.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 93 203 225 0.59 0.10 0 0.12 190 0.69 0.62
Hex 5D CB E1 3B A 0 C BE 45 3E
Octal 135 313 341 73 12 0 14 276 105 76
Binary 1011101 11001011 11100001 111011 1010 0 1100 10111110 1000101 111110

Color Harmonies of #5DCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCBE1

Black with #5DCBE1

Text Example


Text Example

White with #5DCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,203,225); }

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

background-color css

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

 a { background-color: rgb(93,203,225); }

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

border-color css

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

 span { border-color: rgb(93,203,225); }

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