Html Css Color HEX #5CEBE5 Turquoise Blue

📋 copy color: '#5CEBE5'

red 92 ◦ green 235 ◦ blue 229

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

Shades of Turquoise Blue #5CEBE5

Tints of Turquoise Blue #5CEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.27%

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 16.55%
G = 42.27%
B = 41.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#5CEBE5 (or 0x5CEBE5) is known color: Turquoise Blue. HEX triplet: 5C, EB and E5. RGB value is (92,235,229). Sum of RGB (Red+Green+Blue) = 92+235+229=556 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.55% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBE5 is #A3141A. Grayscale: #BFBFBF. Windows color (decimal): -10687515 or 15067996. OLE color: 15067996.

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

Color convert

RGB 92 235 229 -
CMYK 0.61 0 0.03 0.08
HSL 177.48º 0.78% 0.64% -
HSV(B) 177.48º 0.61% 0.92% -
XYZ 48.26 67.35 84.58 -
YUV 191.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 92 235 229 0.61 0 0.03 0.08 177.48 0.78 0.64
Hex 5C EB E5 3D 0 3 8 B1 4E 40
Octal 134 353 345 75 0 3 10 261 116 100
Binary 1011100 11101011 11100101 111101 0 11 1000 10110001 1001110 1000000

Color Harmonies of #5CEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEBE5

Black with #5CEBE5

Text Example


Text Example

White with #5CEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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