Html Css Color HEX #3FCCB9 Medium Turquoise

📋 copy color: '#3FCCB9'

red 63 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #3FCCB9

Tints of Medium Turquoise #3FCCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 13.94%
G = 45.13%
B = 40.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#3FCCB9 (or 0x3FCCB9) is known color: Medium Turquoise. HEX triplet: 3F, CC and B9. RGB value is (63,204,185). Sum of RGB (Red+Green+Blue) = 63+204+185=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCB9 is #C03346. Grayscale: #9F9F9F. Windows color (decimal): -12596039 or 12176447. OLE color: 12176447.

HSL color Cylindrical-coordinate representation of color #3FCCB9: hue angle of 171.91º 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 #3FCCB9 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 185 -
CMYK 0.69 0 0.09 0.2
HSL 171.91º 0.58% 0.52% -
HSV(B) 171.91º 0.69% 0.8% -
XYZ 32.4 47.75 53.41 -
YUV 159.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 63 204 185 0.69 0 0.09 0.2 171.91 0.58 0.52
Hex 3F CC B9 45 0 9 14 AC 3A 34
Octal 77 314 271 105 0 11 24 254 72 64
Binary 111111 11001100 10111001 1000101 0 1001 10100 10101100 111010 110100

Color Harmonies of #3FCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCB9

Black with #3FCCB9

Text Example


Text Example

White with #3FCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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