Html Css Color HEX #5BCCED Turquoise Blue

📋 copy color: '#5BCCED'

red 91 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #5BCCED

Tints of Turquoise Blue #5BCCED

RGB

 RED value IS 91 (35.94% from 255) = 17.11%

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 17.11%
G = 38.35%
B = 44.55%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BCCED (or 0x5BCCED) is known color: Turquoise Blue. HEX triplet: 5B, CC and ED. RGB value is (91,204,237). Sum of RGB (Red+Green+Blue) = 91+204+237=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCED is #A43312. Grayscale: #ADADAD. Windows color (decimal): -10760979 or 15584347. OLE color: 15584347.

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

Color convert

RGB 91 204 237 -
CMYK 0.62 0.14 0 0.07
HSL 193.56º 0.8% 0.64% -
HSV(B) 193.56º 0.62% 0.93% -
XYZ 41.19 51.52 87.89 -
YUV 173.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 91 204 237 0.62 0.14 0 0.07 193.56 0.8 0.64
Hex 5B CC ED 3E E 0 7 C2 50 40
Octal 133 314 355 76 16 0 7 302 120 100
Binary 1011011 11001100 11101101 111110 1110 0 111 11000010 1010000 1000000

Color Harmonies of #5BCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCCED

Black with #5BCCED

Text Example


Text Example

White with #5BCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,204,237); }

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

background-color css

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

 a { background-color: rgb(91,204,237); }

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

border-color css

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

 span { border-color: rgb(91,204,237); }

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