Html Css Color HEX #5CEBCE Turquoise

📋 copy color: '#5CEBCE'

red 92 ◦ green 235 ◦ blue 206

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

Shades of Turquoise #5CEBCE

Tints of Turquoise #5CEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 17.26%
G = 44.09%
B = 38.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#5CEBCE (or 0x5CEBCE) is known color: Turquoise. HEX triplet: 5C, EB and CE. RGB value is (92,235,206). Sum of RGB (Red+Green+Blue) = 92+235+206=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBCE is #A31431. Grayscale: #BCBCBC. Windows color (decimal): -10687538 or 13560668. OLE color: 13560668.

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

Color convert

RGB 92 235 206 -
CMYK 0.61 0 0.12 0.08
HSL 167.83º 0.78% 0.64% -
HSV(B) 167.83º 0.61% 0.92% -
XYZ 45.26 66.15 68.77 -
YUV 188.94 137.62 58.86 -
System Red Green Blue C M Y K H S L
Decimal 92 235 206 0.61 0 0.12 0.08 167.83 0.78 0.64
Hex 5C EB CE 3D 0 C 8 A8 4E 40
Octal 134 353 316 75 0 14 10 250 116 100
Binary 1011100 11101011 11001110 111101 0 1100 1000 10101000 1001110 1000000

Color Harmonies of #5CEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEBCE

Black with #5CEBCE

Text Example


Text Example

White with #5CEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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