Html Css Color HEX #3FC6CC Medium Turquoise

📋 copy color: '#3FC6CC'

red 63 ◦ green 198 ◦ blue 204

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

Shades of Medium Turquoise #3FC6CC

Tints of Medium Turquoise #3FC6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 13.55%
G = 42.58%
B = 43.87%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FC6CC (or 0x3FC6CC) is known color: Medium Turquoise. HEX triplet: 3F, C6 and CC. RGB value is (63,198,204). Sum of RGB (Red+Green+Blue) = 63+198+204=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FC6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC6CC is #C03933. Grayscale: #9E9E9E. Windows color (decimal): -12597556 or 13420095. OLE color: 13420095.

HSL color Cylindrical-coordinate representation of color #3FC6CC: hue angle of 182.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC6CC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 198 204 -
CMYK 0.69 0.03 0 0.2
HSL 182.55º 0.58% 0.52% -
HSV(B) 182.55º 0.69% 0.8% -
XYZ 33.14 45.8 64.22 -
YUV 158.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 63 198 204 0.69 0.03 0 0.2 182.55 0.58 0.52
Hex 3F C6 CC 45 3 0 14 B7 3A 34
Octal 77 306 314 105 3 0 24 267 72 64
Binary 111111 11000110 11001100 1000101 11 0 10100 10110111 111010 110100

Color Harmonies of #3FC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC6CC

Black with #3FC6CC

Text Example


Text Example

White with #3FC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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