Html Css Color HEX #3ACBCE Medium Turquoise

📋 copy color: '#3ACBCE'

red 58 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #3ACBCE

Tints of Medium Turquoise #3ACBCE

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 58 203 206 -
CMYK 0.72 0.01 0 0.19
HSL 181.22º 0.6% 0.52% -
HSV(B) 181.22º 0.72% 0.81% -
XYZ 34.24 48.07 65.87 -
YUV 159.99 153.96 55.26 -
System Red Green Blue C M Y K H S L
Decimal 58 203 206 0.72 0.01 0 0.19 181.22 0.6 0.52
Hex 3A CB CE 48 1 0 13 B5 3C 34
Octal 72 313 316 110 1 0 23 265 74 64
Binary 111010 11001011 11001110 1001000 1 0 10011 10110101 111100 110100

Color Harmonies of #3ACBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBCE

Black with #3ACBCE

Text Example


Text Example

White with #3ACBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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