Html Css Color HEX #5CCCCF Medium Turquoise

📋 copy color: '#5CCCCF'

red 92 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #5CCCCF

Tints of Medium Turquoise #5CCCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 18.29%
G = 40.56%
B = 41.15%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CCCCF (or 0x5CCCCF) is known color: Medium Turquoise. HEX triplet: 5C, CC and CF. RGB value is (92,204,207). Sum of RGB (Red+Green+Blue) = 92+204+207=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCCF is #A33330. Grayscale: #AAAAAA. Windows color (decimal): -10695473 or 13618268. OLE color: 13618268.

HSL color Cylindrical-coordinate representation of color #5CCCCF: hue angle of 181.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCCCF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 204 207 -
CMYK 0.56 0.01 0 0.19
HSL 181.57º 0.55% 0.59% -
HSV(B) 181.57º 0.56% 0.81% -
XYZ 37.27 49.97 66.71 -
YUV 170.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 92 204 207 0.56 0.01 0 0.19 181.57 0.55 0.59
Hex 5C CC CF 38 1 0 13 B6 37 3B
Octal 134 314 317 70 1 0 23 266 67 73
Binary 1011100 11001100 11001111 111000 1 0 10011 10110110 110111 111011

Color Harmonies of #5CCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCCF

Black with #5CCCCF

Text Example


Text Example

White with #5CCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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