Html Css Color HEX #3FCCB5 Medium Turquoise

📋 copy color: '#3FCCB5'

red 63 ◦ green 204 ◦ blue 181

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

Shades of Medium Turquoise #3FCCB5

Tints of Medium Turquoise #3FCCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.4%

R = 14.06%
G = 45.54%
B = 40.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#3FCCB5 (or 0x3FCCB5) is known color: Medium Turquoise. HEX triplet: 3F, CC and B5. RGB value is (63,204,181). Sum of RGB (Red+Green+Blue) = 63+204+181=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCB5 is #C0334A. Grayscale: #9F9F9F. Windows color (decimal): -12596043 or 11914303. OLE color: 11914303.

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

Color convert

RGB 63 204 181 -
CMYK 0.69 0 0.11 0.2
HSL 170.21º 0.58% 0.52% -
HSV(B) 170.21º 0.69% 0.8% -
XYZ 31.98 47.58 51.21 -
YUV 159.22 140.29 59.37 -
System Red Green Blue C M Y K H S L
Decimal 63 204 181 0.69 0 0.11 0.2 170.21 0.58 0.52
Hex 3F CC B5 45 0 B 14 AA 3A 34
Octal 77 314 265 105 0 13 24 252 72 64
Binary 111111 11001100 10110101 1000101 0 1011 10100 10101010 111010 110100

Color Harmonies of #3FCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCB5

Black with #3FCCB5

Text Example


Text Example

White with #3FCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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