Html Css Color HEX #5CECEB Turquoise Blue

📋 copy color: '#5CECEB'

red 92 ◦ green 236 ◦ blue 235

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

Shades of Turquoise Blue #5CECEB

Tints of Turquoise Blue #5CECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

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

R = 16.34%
G = 41.92%
B = 41.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#5CECEB (or 0x5CECEB) is known color: Turquoise Blue. HEX triplet: 5C, EC and EB. RGB value is (92,236,235). Sum of RGB (Red+Green+Blue) = 92+236+235=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CECEB is #A31314. Grayscale: #C0C0C0. Windows color (decimal): -10687253 or 15461468. OLE color: 15461468.

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

Color convert

RGB 92 236 235 -
CMYK 0.61 0 0.00 0.07
HSL 179.58º 0.79% 0.64% -
HSV(B) 179.58º 0.61% 0.93% -
XYZ 49.4 68.26 89.17 -
YUV 192.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 92 236 235 0.61 0 0.00 0.07 179.58 0.79 0.64
Hex 5C EC EB 3D 0 0 7 B4 4F 40
Octal 134 354 353 75 0 0 7 264 117 100
Binary 1011100 11101100 11101011 111101 0 0 111 10110100 1001111 1000000

Color Harmonies of #5CECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CECEB

Black with #5CECEB

Text Example


Text Example

White with #5CECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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