Html Css Color HEX #5CCCCD Medium Turquoise

📋 copy color: '#5CCCCD'

red 92 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #5CCCCD

Tints of Medium Turquoise #5CCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 18.36%
G = 40.72%
B = 40.92%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CCCCD (or 0x5CCCCD) is known color: Medium Turquoise. HEX triplet: 5C, CC and CD. RGB value is (92,204,205). Sum of RGB (Red+Green+Blue) = 92+204+205=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCD is #A33332. Grayscale: #AAAAAA. Windows color (decimal): -10695475 or 13487196. OLE color: 13487196.

HSL color Cylindrical-coordinate representation of color #5CCCCD: hue angle of 180.53º degrees, saturation: 0.53, 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 #5CCCCD is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 204 205 -
CMYK 0.55 0.00 0 0.20
HSL 180.53º 0.53% 0.58% -
HSV(B) 180.53º 0.55% 0.8% -
XYZ 37.03 49.87 65.43 -
YUV 170.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 92 204 205 0.55 0.00 0 0.20 180.53 0.53 0.58
Hex 5C CC CD 37 0 0 14 B5 35 3A
Octal 134 314 315 67 0 0 24 265 65 72
Binary 1011100 11001100 11001101 110111 0 0 10100 10110101 110101 111010

Color Harmonies of #5CCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCCD

Black with #5CCCCD

Text Example


Text Example

White with #5CCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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