Html Css Color HEX #3CCFC3 Medium Turquoise

📋 copy color: '#3CCFC3'

red 60 ◦ green 207 ◦ blue 195

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

Shades of Medium Turquoise #3CCFC3

Tints of Medium Turquoise #3CCFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 12.99%
G = 44.81%
B = 42.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#3CCFC3 (or 0x3CCFC3) is known color: Medium Turquoise. HEX triplet: 3C, CF and C3. RGB value is (60,207,195). Sum of RGB (Red+Green+Blue) = 60+207+195=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFC3 is #C3303C. Grayscale: #A1A1A1. Windows color (decimal): -12791869 or 12832572. OLE color: 12832572.

HSL color Cylindrical-coordinate representation of color #3CCFC3: hue angle of 175.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFC3 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 195 -
CMYK 0.71 0 0.06 0.19
HSL 175.1º 0.6% 0.52% -
HSV(B) 175.1º 0.71% 0.81% -
XYZ 34.03 49.53 59.4 -
YUV 161.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 60 207 195 0.71 0 0.06 0.19 175.1 0.6 0.52
Hex 3C CF C3 47 0 6 13 AF 3C 34
Octal 74 317 303 107 0 6 23 257 74 64
Binary 111100 11001111 11000011 1000111 0 110 10011 10101111 111100 110100

Color Harmonies of #3CCFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFC3

Black with #3CCFC3

Text Example


Text Example

White with #3CCFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,195); }

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

background-color css

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

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

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

border-color css

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

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

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