Html Css Color HEX #3ACFCA Medium Turquoise

📋 copy color: '#3ACFCA'

red 58 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #3ACFCA

Tints of Medium Turquoise #3ACFCA

RGB

 RED value IS 58 (23.05% from 255) = 12.42%

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 12.42%
G = 44.33%
B = 43.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3ACFCA (or 0x3ACFCA) is known color: Medium Turquoise. HEX triplet: 3A, CF and CA. RGB value is (58,207,202). Sum of RGB (Red+Green+Blue) = 58+207+202=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFCA is #C53035. Grayscale: #A1A1A1. Windows color (decimal): -12922934 or 13291322. OLE color: 13291322.

HSL color Cylindrical-coordinate representation of color #3ACFCA: hue angle of 177.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACFCA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 202 -
CMYK 0.72 0 0.02 0.19
HSL 177.99º 0.61% 0.52% -
HSV(B) 177.99º 0.72% 0.81% -
XYZ 34.72 49.79 63.66 -
YUV 161.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 58 207 202 0.72 0 0.02 0.19 177.99 0.61 0.52
Hex 3A CF CA 48 0 2 13 B2 3D 34
Octal 72 317 312 110 0 2 23 262 75 64
Binary 111010 11001111 11001010 1001000 0 10 10011 10110010 111101 110100

Color Harmonies of #3ACFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFCA

Black with #3ACFCA

Text Example


Text Example

White with #3ACFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,202); }

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

background-color css

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

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

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

border-color css

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

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

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