Html Css Color HEX #5CC8CB Medium Turquoise

📋 copy color: '#5CC8CB'

red 92 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #5CC8CB

Tints of Medium Turquoise #5CC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.4%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 18.59%
G = 40.4%
B = 41.01%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CC8CB (or 0x5CC8CB) is known color: Medium Turquoise. HEX triplet: 5C, C8 and CB. RGB value is (92,200,203). Sum of RGB (Red+Green+Blue) = 92+200+203=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CC8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC8CB is #A33734. Grayscale: #A7A7A7. Windows color (decimal): -10696501 or 13355100. OLE color: 13355100.

HSL color Cylindrical-coordinate representation of color #5CC8CB: hue angle of 181.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC8CB is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 200 203 -
CMYK 0.55 0.01 0 0.20
HSL 181.62º 0.52% 0.58% -
HSV(B) 181.62º 0.55% 0.8% -
XYZ 35.85 47.9 63.86 -
YUV 168.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 92 200 203 0.55 0.01 0 0.20 181.62 0.52 0.58
Hex 5C C8 CB 37 1 0 14 B6 34 3A
Octal 134 310 313 67 1 0 24 266 64 72
Binary 1011100 11001000 11001011 110111 1 0 10100 10110110 110100 111010

Color Harmonies of #5CC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC8CB

Black with #5CC8CB

Text Example


Text Example

White with #5CC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,200,203); }

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

background-color css

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

 a { background-color: rgb(92,200,203); }

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

border-color css

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

 span { border-color: rgb(92,200,203); }

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