Html Css Color HEX #3CCECF Medium Turquoise

📋 copy color: '#3CCECF'

red 60 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #3CCECF

Tints of Medium Turquoise #3CCECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 12.68%
G = 43.55%
B = 43.76%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3CCECF (or 0x3CCECF) is known color: Medium Turquoise. HEX triplet: 3C, CE and CF. RGB value is (60,206,207). Sum of RGB (Red+Green+Blue) = 60+206+207=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECF is #C33130. Grayscale: #A2A2A2. Windows color (decimal): -12792113 or 13618748. OLE color: 13618748.

HSL color Cylindrical-coordinate representation of color #3CCECF: hue angle of 180.41º 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 #3CCECF is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 207 -
CMYK 0.71 0.00 0 0.19
HSL 180.41º 0.6% 0.52% -
HSV(B) 180.41º 0.71% 0.81% -
XYZ 35.2 49.61 66.75 -
YUV 162.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 60 206 207 0.71 0.00 0 0.19 180.41 0.6 0.52
Hex 3C CE CF 47 0 0 13 B4 3C 34
Octal 74 316 317 107 0 0 23 264 74 64
Binary 111100 11001110 11001111 1000111 0 0 10011 10110100 111100 110100

Color Harmonies of #3CCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCECF

Black with #3CCECF

Text Example


Text Example

White with #3CCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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