Html Css Color HEX #3ACECB Medium Turquoise

📋 copy color: '#3ACECB'

red 58 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #3ACECB

Tints of Medium Turquoise #3ACECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 12.42%
G = 44.11%
B = 43.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3ACECB (or 0x3ACECB) is known color: Medium Turquoise. HEX triplet: 3A, CE and CB. RGB value is (58,206,203). Sum of RGB (Red+Green+Blue) = 58+206+203=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACECB is #C53134. Grayscale: #A1A1A1. Windows color (decimal): -12923189 or 13356602. OLE color: 13356602.

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

Color convert

RGB 58 206 203 -
CMYK 0.72 0 0.01 0.19
HSL 178.78º 0.6% 0.52% -
HSV(B) 178.78º 0.72% 0.81% -
XYZ 34.6 49.35 64.2 -
YUV 161.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 58 206 203 0.72 0 0.01 0.19 178.78 0.6 0.52
Hex 3A CE CB 48 0 1 13 B3 3C 34
Octal 72 316 313 110 0 1 23 263 74 64
Binary 111010 11001110 11001011 1001000 0 1 10011 10110011 111100 110100

Color Harmonies of #3ACECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACECB

Black with #3ACECB

Text Example


Text Example

White with #3ACECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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