Html Css Color HEX #3ACFCE Medium Turquoise

📋 copy color: '#3ACFCE'

red 58 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #3ACFCE

Tints of Medium Turquoise #3ACFCE

RGB

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

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

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

R = 12.31%
G = 43.95%
B = 43.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#3ACFCE (or 0x3ACFCE) is known color: Medium Turquoise. HEX triplet: 3A, CF and CE. RGB value is (58,207,206). Sum of RGB (Red+Green+Blue) = 58+207+206=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFCE is #C53031. Grayscale: #A2A2A2. Windows color (decimal): -12922930 or 13553466. OLE color: 13553466.

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

Color convert

RGB 58 207 206 -
CMYK 0.72 0 0.00 0.19
HSL 179.6º 0.61% 0.52% -
HSV(B) 179.6º 0.72% 0.81% -
XYZ 35.2 49.98 66.18 -
YUV 162.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 58 207 206 0.72 0 0.00 0.19 179.6 0.61 0.52
Hex 3A CF CE 48 0 0 13 B4 3D 34
Octal 72 317 316 110 0 0 23 264 75 64
Binary 111010 11001111 11001110 1001000 0 0 10011 10110100 111101 110100

Color Harmonies of #3ACFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFCE

Black with #3ACFCE

Text Example


Text Example

White with #3ACFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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