Html Css Color HEX #3ACBD1 Medium Turquoise

📋 copy color: '#3ACBD1'

red 58 ◦ green 203 ◦ blue 209

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

Shades of Medium Turquoise #3ACBD1

Tints of Medium Turquoise #3ACBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 12.34%
G = 43.19%
B = 44.47%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3ACBD1 (or 0x3ACBD1) is known color: Medium Turquoise. HEX triplet: 3A, CB and D1. RGB value is (58,203,209). Sum of RGB (Red+Green+Blue) = 58+203+209=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #3ACBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBD1 is #C5342E. Grayscale: #A0A0A0. Windows color (decimal): -12923951 or 13749050. OLE color: 13749050.

HSL color Cylindrical-coordinate representation of color #3ACBD1: hue angle of 182.38º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACBD1 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 203 209 -
CMYK 0.72 0.03 0 0.18
HSL 182.38º 0.62% 0.52% -
HSV(B) 182.38º 0.72% 0.82% -
XYZ 34.61 48.21 67.8 -
YUV 160.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 58 203 209 0.72 0.03 0 0.18 182.38 0.62 0.52
Hex 3A CB D1 48 3 0 12 B6 3E 34
Octal 72 313 321 110 3 0 22 266 76 64
Binary 111010 11001011 11010001 1001000 11 0 10010 10110110 111110 110100

Color Harmonies of #3ACBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBD1

Black with #3ACBD1

Text Example


Text Example

White with #3ACBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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