Html Css Color HEX #3FCCD1 Medium Turquoise

📋 copy color: '#3FCCD1'

red 63 ◦ green 204 ◦ blue 209

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

Shades of Medium Turquoise #3FCCD1

Tints of Medium Turquoise #3FCCD1

RGB

 RED value IS 63 (25% from 255) = 13.24%

 GREEN value IS 204 (80.08% from 255) = 42.86%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 13.24%
G = 42.86%
B = 43.91%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3FCCD1 (or 0x3FCCD1) is known color: Medium Turquoise. HEX triplet: 3F, CC and D1. RGB value is (63,204,209). Sum of RGB (Red+Green+Blue) = 63+204+209=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #3FCCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCD1 is #C0332E. Grayscale: #A2A2A2. Windows color (decimal): -12596015 or 13749311. OLE color: 13749311.

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

Color convert

RGB 63 204 209 -
CMYK 0.70 0.02 0 0.18
HSL 182.05º 0.61% 0.53% -
HSV(B) 182.05º 0.7% 0.82% -
XYZ 35.15 48.85 67.9 -
YUV 162.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 63 204 209 0.70 0.02 0 0.18 182.05 0.61 0.53
Hex 3F CC D1 46 2 0 12 B6 3D 35
Octal 77 314 321 106 2 0 22 266 75 65
Binary 111111 11001100 11010001 1000110 10 0 10010 10110110 111101 110101

Color Harmonies of #3FCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCD1

Black with #3FCCD1

Text Example


Text Example

White with #3FCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,204,209); }

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

background-color css

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

 a { background-color: rgb(63,204,209); }

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

border-color css

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

 span { border-color: rgb(63,204,209); }

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