Html Css Color HEX #3FCCB7 Medium Turquoise

📋 copy color: '#3FCCB7'

red 63 ◦ green 204 ◦ blue 183

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

Shades of Medium Turquoise #3FCCB7

Tints of Medium Turquoise #3FCCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 14%
G = 45.33%
B = 40.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#3FCCB7 (or 0x3FCCB7) is known color: Medium Turquoise. HEX triplet: 3F, CC and B7. RGB value is (63,204,183). Sum of RGB (Red+Green+Blue) = 63+204+183=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCB7 is #C03348. Grayscale: #9F9F9F. Windows color (decimal): -12596041 or 12045375. OLE color: 12045375.

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

Color convert

RGB 63 204 183 -
CMYK 0.69 0 0.10 0.2
HSL 171.06º 0.58% 0.52% -
HSV(B) 171.06º 0.69% 0.8% -
XYZ 32.19 47.66 52.3 -
YUV 159.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 63 204 183 0.69 0 0.10 0.2 171.06 0.58 0.52
Hex 3F CC B7 45 0 A 14 AB 3A 34
Octal 77 314 267 105 0 12 24 253 72 64
Binary 111111 11001100 10110111 1000101 0 1010 10100 10101011 111010 110100

Color Harmonies of #3FCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCB7

Black with #3FCCB7

Text Example


Text Example

White with #3FCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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