Html Css Color HEX #3CC8CB Medium Turquoise

📋 copy color: '#3CC8CB'

red 60 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #3CC8CB

Tints of Medium Turquoise #3CC8CB

RGB

 RED value IS 60 (23.83% from 255) = 12.96%

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

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

R = 12.96%
G = 43.2%
B = 43.84%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3CC8CB (or 0x3CC8CB) is known color: Medium Turquoise. HEX triplet: 3C, C8 and CB. RGB value is (60,200,203). Sum of RGB (Red+Green+Blue) = 60+200+203=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC8CB is #C33734. Grayscale: #9E9E9E. Windows color (decimal): -12793653 or 13355068. OLE color: 13355068.

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

Color convert

RGB 60 200 203 -
CMYK 0.70 0.01 0 0.20
HSL 181.26º 0.58% 0.52% -
HSV(B) 181.26º 0.7% 0.8% -
XYZ 33.3 46.58 63.74 -
YUV 158.48 153.12 57.76 -
System Red Green Blue C M Y K H S L
Decimal 60 200 203 0.70 0.01 0 0.20 181.26 0.58 0.52
Hex 3C C8 CB 46 1 0 14 B5 3A 34
Octal 74 310 313 106 1 0 24 265 72 64
Binary 111100 11001000 11001011 1000110 1 0 10100 10110101 111010 110100

Color Harmonies of #3CC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC8CB

Black with #3CC8CB

Text Example


Text Example

White with #3CC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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