Html Css Color HEX #5CEBCD Turquoise

📋 copy color: '#5CEBCD'

red 92 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #5CEBCD

Tints of Turquoise #5CEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 17.29%
G = 44.17%
B = 38.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#5CEBCD (or 0x5CEBCD) is known color: Turquoise. HEX triplet: 5C, EB and CD. RGB value is (92,235,205). Sum of RGB (Red+Green+Blue) = 92+235+205=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBCD is #A31432. Grayscale: #BCBCBC. Windows color (decimal): -10687539 or 13495132. OLE color: 13495132.

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

Color convert

RGB 92 235 205 -
CMYK 0.61 0 0.13 0.08
HSL 167.41º 0.78% 0.64% -
HSV(B) 167.41º 0.61% 0.92% -
XYZ 45.14 66.1 68.14 -
YUV 188.82 137.12 58.94 -
System Red Green Blue C M Y K H S L
Decimal 92 235 205 0.61 0 0.13 0.08 167.41 0.78 0.64
Hex 5C EB CD 3D 0 D 8 A7 4E 40
Octal 134 353 315 75 0 15 10 247 116 100
Binary 1011100 11101011 11001101 111101 0 1101 1000 10100111 1001110 1000000

Color Harmonies of #5CEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEBCD

Black with #5CEBCD

Text Example


Text Example

White with #5CEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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