Html Css Color HEX #5CE0EB Turquoise Blue

📋 copy color: '#5CE0EB'

red 92 ◦ green 224 ◦ blue 235

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

Shades of Turquoise Blue #5CE0EB

Tints of Turquoise Blue #5CE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.65%

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

R = 16.7%
G = 40.65%
B = 42.65%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CE0EB (or 0x5CE0EB) is known color: Turquoise Blue. HEX triplet: 5C, E0 and EB. RGB value is (92,224,235). Sum of RGB (Red+Green+Blue) = 92+224+235=551 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.70% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CE0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE0EB is #A31F14. Grayscale: #B9B9B9. Windows color (decimal): -10690325 or 15458396. OLE color: 15458396.

HSL color Cylindrical-coordinate representation of color #5CE0EB: hue angle of 184.62º 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 #5CE0EB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 224 235 -
CMYK 0.61 0.05 0 0.08
HSL 184.62º 0.78% 0.64% -
HSV(B) 184.62º 0.61% 0.92% -
XYZ 46.06 61.58 88.06 -
YUV 185.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 92 224 235 0.61 0.05 0 0.08 184.62 0.78 0.64
Hex 5C E0 EB 3D 5 0 8 B9 4E 40
Octal 134 340 353 75 5 0 10 271 116 100
Binary 1011100 11100000 11101011 111101 101 0 1000 10111001 1001110 1000000

Color Harmonies of #5CE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE0EB

Black with #5CE0EB

Text Example


Text Example

White with #5CE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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