Html Css Color HEX #3FCACA Medium Turquoise

📋 copy color: '#3FCACA'

red 63 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #3FCACA

Tints of Medium Turquoise #3FCACA

RGB

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

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

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

R = 13.49%
G = 43.25%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3FCACA (or 0x3FCACA) is known color: Medium Turquoise. HEX triplet: 3F, CA and CA. RGB value is (63,202,202). Sum of RGB (Red+Green+Blue) = 63+202+202=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #3FCACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCACA is #C03535. Grayscale: #A0A0A0. Windows color (decimal): -12596534 or 13290047. OLE color: 13290047.

HSL color Cylindrical-coordinate representation of color #3FCACA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCACA is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 202 202 -
CMYK 0.69 0 0 0.21
HSL 180º 0.57% 0.52% -
HSV(B) 180º 0.69% 0.79% -
XYZ 33.83 47.56 63.27 -
YUV 160.44 151.45 58.5 -
System Red Green Blue C M Y K H S L
Decimal 63 202 202 0.69 0 0 0.21 180 0.57 0.52
Hex 3F CA CA 45 0 0 15 B4 39 34
Octal 77 312 312 105 0 0 25 264 71 64
Binary 111111 11001010 11001010 1000101 0 0 10101 10110100 111001 110100

Color Harmonies of #3FCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCACA

Black with #3FCACA

Text Example


Text Example

White with #3FCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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