Html Css Color HEX #3FCECB Medium Turquoise

📋 copy color: '#3FCECB'

red 63 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #3FCECB

Tints of Medium Turquoise #3FCECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 13.35%
G = 43.64%
B = 43.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3FCECB (or 0x3FCECB) is known color: Medium Turquoise. HEX triplet: 3F, CE and CB. RGB value is (63,206,203). Sum of RGB (Red+Green+Blue) = 63+206+203=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCECB is #C03134. Grayscale: #A2A2A2. Windows color (decimal): -12595509 or 13356607. OLE color: 13356607.

HSL color Cylindrical-coordinate representation of color #3FCECB: hue angle of 178.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCECB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 203 -
CMYK 0.69 0 0.01 0.19
HSL 178.74º 0.59% 0.53% -
HSV(B) 178.74º 0.69% 0.81% -
XYZ 34.9 49.51 64.22 -
YUV 162.9 150.62 56.74 -
System Red Green Blue C M Y K H S L
Decimal 63 206 203 0.69 0 0.01 0.19 178.74 0.59 0.53
Hex 3F CE CB 45 0 1 13 B3 3B 35
Octal 77 316 313 105 0 1 23 263 73 65
Binary 111111 11001110 11001011 1000101 0 1 10011 10110011 111011 110101

Color Harmonies of #3FCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCECB

Black with #3FCECB

Text Example


Text Example

White with #3FCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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