Html Css Color HEX #5CCCEB Turquoise Blue

📋 copy color: '#5CCCEB'

red 92 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #5CCCEB

Tints of Turquoise Blue #5CCCEB

RGB

 RED value IS 92 (36.33% from 255) = 17.33%

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

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

R = 17.33%
G = 38.42%
B = 44.26%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CCCEB (or 0x5CCCEB) is known color: Turquoise Blue. HEX triplet: 5C, CC and EB. RGB value is (92,204,235). Sum of RGB (Red+Green+Blue) = 92+204+235=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCEB is #A33314. Grayscale: #ADADAD. Windows color (decimal): -10695445 or 15453276. OLE color: 15453276.

HSL color Cylindrical-coordinate representation of color #5CCCEB: hue angle of 193.01º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCCEB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 204 235 -
CMYK 0.61 0.13 0 0.08
HSL 193.01º 0.78% 0.64% -
HSV(B) 193.01º 0.61% 0.92% -
XYZ 41 51.46 86.37 -
YUV 174.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 92 204 235 0.61 0.13 0 0.08 193.01 0.78 0.64
Hex 5C CC EB 3D D 0 8 C1 4E 40
Octal 134 314 353 75 15 0 10 301 116 100
Binary 1011100 11001100 11101011 111101 1101 0 1000 11000001 1001110 1000000

Color Harmonies of #5CCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCEB

Black with #5CCCEB

Text Example


Text Example

White with #5CCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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