Html Css Color HEX #3CCBC7 Medium Turquoise

📋 copy color: '#3CCBC7'

red 60 ◦ green 203 ◦ blue 199

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

Shades of Medium Turquoise #3CCBC7

Tints of Medium Turquoise #3CCBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 12.99%
G = 43.94%
B = 43.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#3CCBC7 (or 0x3CCBC7) is known color: Medium Turquoise. HEX triplet: 3C, CB and C7. RGB value is (60,203,199). Sum of RGB (Red+Green+Blue) = 60+203+199=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBC7 is #C33438. Grayscale: #9F9F9F. Windows color (decimal): -12792889 or 13093692. OLE color: 13093692.

HSL color Cylindrical-coordinate representation of color #3CCBC7: hue angle of 178.32º 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 #3CCBC7 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 199 -
CMYK 0.70 0 0.02 0.20
HSL 178.32º 0.58% 0.52% -
HSV(B) 178.32º 0.7% 0.8% -
XYZ 33.53 47.8 61.49 -
YUV 159.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 60 203 199 0.70 0 0.02 0.20 178.32 0.58 0.52
Hex 3C CB C7 46 0 2 14 B2 3A 34
Octal 74 313 307 106 0 2 24 262 72 64
Binary 111100 11001011 11000111 1000110 0 10 10100 10110010 111010 110100

Color Harmonies of #3CCBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBC7

Black with #3CCBC7

Text Example


Text Example

White with #3CCBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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