Html Css Color HEX #5CC7CF Medium Turquoise

📋 copy color: '#5CC7CF'

red 92 ◦ green 199 ◦ blue 207

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

Shades of Medium Turquoise #5CC7CF

Tints of Medium Turquoise #5CC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.96%

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

R = 18.47%
G = 39.96%
B = 41.57%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CC7CF (or 0x5CC7CF) is known color: Medium Turquoise. HEX triplet: 5C, C7 and CF. RGB value is (92,199,207). Sum of RGB (Red+Green+Blue) = 92+199+207=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC7CF is #A33830. Grayscale: #A7A7A7. Windows color (decimal): -10696753 or 13616988. OLE color: 13616988.

HSL color Cylindrical-coordinate representation of color #5CC7CF: hue angle of 184.17º 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 #5CC7CF is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 199 207 -
CMYK 0.56 0.04 0 0.19
HSL 184.17º 0.55% 0.59% -
HSV(B) 184.17º 0.56% 0.81% -
XYZ 36.1 47.63 66.32 -
YUV 167.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 92 199 207 0.56 0.04 0 0.19 184.17 0.55 0.59
Hex 5C C7 CF 38 4 0 13 B8 37 3B
Octal 134 307 317 70 4 0 23 270 67 73
Binary 1011100 11000111 11001111 111000 100 0 10011 10111000 110111 111011

Color Harmonies of #5CC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC7CF

Black with #5CC7CF

Text Example


Text Example

White with #5CC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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