Html Css Color HEX #3FCACC Medium Turquoise

📋 copy color: '#3FCACC'

red 63 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #3FCACC

Tints of Medium Turquoise #3FCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 13.43%
G = 43.07%
B = 43.5%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FCACC (or 0x3FCACC) is known color: Medium Turquoise. HEX triplet: 3F, CA and CC. RGB value is (63,202,204). Sum of RGB (Red+Green+Blue) = 63+202+204=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCACC is #C03533. Grayscale: #A0A0A0. Windows color (decimal): -12596532 or 13421119. OLE color: 13421119.

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

Color convert

RGB 63 202 204 -
CMYK 0.69 0.01 0 0.2
HSL 180.85º 0.58% 0.52% -
HSV(B) 180.85º 0.69% 0.8% -
XYZ 34.07 47.66 64.53 -
YUV 160.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 63 202 204 0.69 0.01 0 0.2 180.85 0.58 0.52
Hex 3F CA CC 45 1 0 14 B5 3A 34
Octal 77 312 314 105 1 0 24 265 72 64
Binary 111111 11001010 11001100 1000101 1 0 10100 10110101 111010 110100

Color Harmonies of #3FCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCACC

Black with #3FCACC

Text Example


Text Example

White with #3FCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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