Html Css Color HEX #3CCFD0 Medium Turquoise

📋 copy color: '#3CCFD0'

red 60 ◦ green 207 ◦ blue 208

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

Shades of Medium Turquoise #3CCFD0

Tints of Medium Turquoise #3CCFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.79%

R = 12.63%
G = 43.58%
B = 43.79%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3CCFD0 (or 0x3CCFD0) is known color: Medium Turquoise. HEX triplet: 3C, CF and D0. RGB value is (60,207,208). Sum of RGB (Red+Green+Blue) = 60+207+208=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #3CCFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFD0 is #C3302F. Grayscale: #A3A3A3. Windows color (decimal): -12791856 or 13684540. OLE color: 13684540.

HSL color Cylindrical-coordinate representation of color #3CCFD0: hue angle of 180.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFD0 is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 207 208 -
CMYK 0.71 0.00 0 0.18
HSL 180.41º 0.61% 0.53% -
HSV(B) 180.41º 0.71% 0.82% -
XYZ 35.56 50.14 67.48 -
YUV 163.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 60 207 208 0.71 0.00 0 0.18 180.41 0.61 0.53
Hex 3C CF D0 47 0 0 12 B4 3D 35
Octal 74 317 320 107 0 0 22 264 75 65
Binary 111100 11001111 11010000 1000111 0 0 10010 10110100 111101 110101

Color Harmonies of #3CCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFD0

Black with #3CCFD0

Text Example


Text Example

White with #3CCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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