Html Css Color HEX #3FCECA Medium Turquoise

📋 copy color: '#3FCECA'

red 63 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #3FCECA

Tints of Medium Turquoise #3FCECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 13.38%
G = 43.74%
B = 42.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3FCECA (or 0x3FCECA) is known color: Medium Turquoise. HEX triplet: 3F, CE and CA. RGB value is (63,206,202). Sum of RGB (Red+Green+Blue) = 63+206+202=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCECA is #C03135. Grayscale: #A2A2A2. Windows color (decimal): -12595510 or 13291071. OLE color: 13291071.

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

Color convert

RGB 63 206 202 -
CMYK 0.69 0 0.02 0.19
HSL 178.32º 0.59% 0.53% -
HSV(B) 178.32º 0.69% 0.81% -
XYZ 34.78 49.46 63.59 -
YUV 162.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 63 206 202 0.69 0 0.02 0.19 178.32 0.59 0.53
Hex 3F CE CA 45 0 2 13 B2 3B 35
Octal 77 316 312 105 0 2 23 262 73 65
Binary 111111 11001110 11001010 1000101 0 10 10011 10110010 111011 110101

Color Harmonies of #3FCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCECA

Black with #3FCECA

Text Example


Text Example

White with #3FCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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