Html Css Color HEX #3ACBE1 Medium Turquoise

📋 copy color: '#3ACBE1'

red 58 ◦ green 203 ◦ blue 225

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

Shades of Medium Turquoise #3ACBE1

Tints of Medium Turquoise #3ACBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 11.93%
G = 41.77%
B = 46.3%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ACBE1 (or 0x3ACBE1) is known color: Medium Turquoise. HEX triplet: 3A, CB and E1. RGB value is (58,203,225). Sum of RGB (Red+Green+Blue) = 58+203+225=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ACBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBE1 is #C5341E. Grayscale: #A1A1A1. Windows color (decimal): -12923935 or 14797626. OLE color: 14797626.

HSL color Cylindrical-coordinate representation of color #3ACBE1: hue angle of 187.9º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACBE1 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 203 225 -
CMYK 0.74 0.10 0 0.12
HSL 187.9º 0.74% 0.55% -
HSV(B) 187.9º 0.74% 0.88% -
XYZ 36.69 49.05 78.77 -
YUV 162.15 163.46 53.71 -
System Red Green Blue C M Y K H S L
Decimal 58 203 225 0.74 0.10 0 0.12 187.9 0.74 0.55
Hex 3A CB E1 4A A 0 C BC 4A 37
Octal 72 313 341 112 12 0 14 274 112 67
Binary 111010 11001011 11100001 1001010 1010 0 1100 10111100 1001010 110111

Color Harmonies of #3ACBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBE1

Black with #3ACBE1

Text Example


Text Example

White with #3ACBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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