Html Css Color HEX #3FCBC7 Medium Turquoise

📋 copy color: '#3FCBC7'

red 63 ◦ green 203 ◦ blue 199

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

Shades of Medium Turquoise #3FCBC7

Tints of Medium Turquoise #3FCBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 13.55%
G = 43.66%
B = 42.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#3FCBC7 (or 0x3FCBC7) is known color: Medium Turquoise. HEX triplet: 3F, CB and C7. RGB value is (63,203,199). Sum of RGB (Red+Green+Blue) = 63+203+199=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC7 is #C03438. Grayscale: #A0A0A0. Windows color (decimal): -12596281 or 13093695. OLE color: 13093695.

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

Color convert

RGB 63 203 199 -
CMYK 0.69 0 0.02 0.20
HSL 178.29º 0.57% 0.52% -
HSV(B) 178.29º 0.69% 0.8% -
XYZ 33.71 47.89 61.5 -
YUV 160.68 149.62 58.33 -
System Red Green Blue C M Y K H S L
Decimal 63 203 199 0.69 0 0.02 0.20 178.29 0.57 0.52
Hex 3F CB C7 45 0 2 14 B2 39 34
Octal 77 313 307 105 0 2 24 262 71 64
Binary 111111 11001011 11000111 1000101 0 10 10100 10110010 111001 110100

Color Harmonies of #3FCBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBC7

Black with #3FCBC7

Text Example


Text Example

White with #3FCBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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