Html Css Color HEX #3FC6CE Medium Turquoise

📋 copy color: '#3FC6CE'

red 63 ◦ green 198 ◦ blue 206

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

Shades of Medium Turquoise #3FC6CE

Tints of Medium Turquoise #3FC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 13.49%
G = 42.4%
B = 44.11%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FC6CE (or 0x3FC6CE) is known color: Medium Turquoise. HEX triplet: 3F, C6 and CE. RGB value is (63,198,206). Sum of RGB (Red+Green+Blue) = 63+198+206=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FC6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6CE is #C03931. Grayscale: #9E9E9E. Windows color (decimal): -12597554 or 13551167. OLE color: 13551167.

HSL color Cylindrical-coordinate representation of color #3FC6CE: hue angle of 183.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC6CE is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 198 206 -
CMYK 0.69 0.04 0 0.19
HSL 183.36º 0.59% 0.53% -
HSV(B) 183.36º 0.69% 0.81% -
XYZ 33.38 45.9 65.49 -
YUV 158.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 63 198 206 0.69 0.04 0 0.19 183.36 0.59 0.53
Hex 3F C6 CE 45 4 0 13 B7 3B 35
Octal 77 306 316 105 4 0 23 267 73 65
Binary 111111 11000110 11001110 1000101 100 0 10011 10110111 111011 110101

Color Harmonies of #3FC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC6CE

Black with #3FC6CE

Text Example


Text Example

White with #3FC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,198,206); }

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

background-color css

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

 a { background-color: rgb(63,198,206); }

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

border-color css

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

 span { border-color: rgb(63,198,206); }

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