Html Css Color HEX #3FCBD7 Medium Turquoise

📋 copy color: '#3FCBD7'

red 63 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #3FCBD7

Tints of Medium Turquoise #3FCBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 13.1%
G = 42.2%
B = 44.7%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3FCBD7 (or 0x3FCBD7) is known color: Medium Turquoise. HEX triplet: 3F, CB and D7. RGB value is (63,203,215). Sum of RGB (Red+Green+Blue) = 63+203+215=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #3FCBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBD7 is #C03428. Grayscale: #A2A2A2. Windows color (decimal): -12596265 or 14142271. OLE color: 14142271.

HSL color Cylindrical-coordinate representation of color #3FCBD7: hue angle of 184.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCBD7 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 203 215 -
CMYK 0.71 0.06 0 0.16
HSL 184.74º 0.66% 0.55% -
HSV(B) 184.74º 0.71% 0.84% -
XYZ 35.67 48.67 71.81 -
YUV 162.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 63 203 215 0.71 0.06 0 0.16 184.74 0.66 0.55
Hex 3F CB D7 47 6 0 10 B9 42 37
Octal 77 313 327 107 6 0 20 271 102 67
Binary 111111 11001011 11010111 1000111 110 0 10000 10111001 1000010 110111

Color Harmonies of #3FCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBD7

Black with #3FCBD7

Text Example


Text Example

White with #3FCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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