Html Css Color HEX #3FCBC9 Medium Turquoise

📋 copy color: '#3FCBC9'

red 63 ◦ green 203 ◦ blue 201

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

Shades of Medium Turquoise #3FCBC9

Tints of Medium Turquoise #3FCBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 13.49%
G = 43.47%
B = 43.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3FCBC9 (or 0x3FCBC9) is known color: Medium Turquoise. HEX triplet: 3F, CB and C9. RGB value is (63,203,201). Sum of RGB (Red+Green+Blue) = 63+203+201=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC9 is #C03436. Grayscale: #A0A0A0. Windows color (decimal): -12596279 or 13224767. OLE color: 13224767.

HSL color Cylindrical-coordinate representation of color #3FCBC9: hue angle of 179.14º degrees, saturation: 0.57, 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 #3FCBC9 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 203 201 -
CMYK 0.69 0 0.01 0.20
HSL 179.14º 0.57% 0.52% -
HSV(B) 179.14º 0.69% 0.8% -
XYZ 33.95 47.99 62.73 -
YUV 160.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 63 203 201 0.69 0 0.01 0.20 179.14 0.57 0.52
Hex 3F CB C9 45 0 1 14 B3 39 34
Octal 77 313 311 105 0 1 24 263 71 64
Binary 111111 11001011 11001001 1000101 0 1 10100 10110011 111001 110100

Color Harmonies of #3FCBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBC9

Black with #3FCBC9

Text Example


Text Example

White with #3FCBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,203,201); }

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

background-color css

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

 a { background-color: rgb(63,203,201); }

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

border-color css

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

 span { border-color: rgb(63,203,201); }

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