Html Css Color HEX #5CCFCF Medium Turquoise

📋 copy color: '#5CCFCF'

red 92 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #5CCFCF

Tints of Medium Turquoise #5CCFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

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

R = 18.18%
G = 40.91%
B = 40.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CCFCF (or 0x5CCFCF) is known color: Medium Turquoise. HEX triplet: 5C, CF and CF. RGB value is (92,207,207). Sum of RGB (Red+Green+Blue) = 92+207+207=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #5CCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFCF is #A33030. Grayscale: #ACACAC. Windows color (decimal): -10694705 or 13619036. OLE color: 13619036.

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

Color convert

RGB 92 207 207 -
CMYK 0.56 0 0 0.19
HSL 180º 0.55% 0.59% -
HSV(B) 180º 0.56% 0.81% -
XYZ 37.99 51.41 66.95 -
YUV 172.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 92 207 207 0.56 0 0 0.19 180 0.55 0.59
Hex 5C CF CF 38 0 0 13 B4 37 3B
Octal 134 317 317 70 0 0 23 264 67 73
Binary 1011100 11001111 11001111 111000 0 0 10011 10110100 110111 111011

Color Harmonies of #5CCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFCF

Black with #5CCFCF

Text Example


Text Example

White with #5CCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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