Html Css Color HEX #3ACBBE Medium Turquoise

📋 copy color: '#3ACBBE'

red 58 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #3ACBBE

Tints of Medium Turquoise #3ACBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 12.86%
G = 45.01%
B = 42.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#3ACBBE (or 0x3ACBBE) is known color: Medium Turquoise. HEX triplet: 3A, CB and BE. RGB value is (58,203,190). Sum of RGB (Red+Green+Blue) = 58+203+190=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBBE is #C53441. Grayscale: #9E9E9E. Windows color (decimal): -12923970 or 12503866. OLE color: 12503866.

HSL color Cylindrical-coordinate representation of color #3ACBBE: hue angle of 174.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACBBE is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 203 190 -
CMYK 0.71 0 0.06 0.20
HSL 174.62º 0.58% 0.51% -
HSV(B) 174.62º 0.71% 0.8% -
XYZ 32.4 47.33 56.14 -
YUV 158.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 58 203 190 0.71 0 0.06 0.20 174.62 0.58 0.51
Hex 3A CB BE 47 0 6 14 AF 3A 33
Octal 72 313 276 107 0 6 24 257 72 63
Binary 111010 11001011 10111110 1000111 0 110 10100 10101111 111010 110011

Color Harmonies of #3ACBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBBE

Black with #3ACBBE

Text Example


Text Example

White with #3ACBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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