Html Css Color HEX #3AEBD3 Turquoise

📋 copy color: '#3AEBD3'

red 58 ◦ green 235 ◦ blue 211

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

Shades of Turquoise #3AEBD3

Tints of Turquoise #3AEBD3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.63%

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 11.51%
G = 46.63%
B = 41.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3AEBD3 (or 0x3AEBD3) is known color: Turquoise. HEX triplet: 3A, EB and D3. RGB value is (58,235,211). Sum of RGB (Red+Green+Blue) = 58+235+211=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBD3 is #C5142C. Grayscale: #B3B3B3. Windows color (decimal): -12915757 or 13888314. OLE color: 13888314.

HSL color Cylindrical-coordinate representation of color #3AEBD3: hue angle of 171.86º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBD3 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 235 211 -
CMYK 0.75 0 0.10 0.08
HSL 171.86º 0.82% 0.57% -
HSV(B) 171.86º 0.75% 0.92% -
XYZ 43.21 65.02 71.9 -
YUV 179.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 58 235 211 0.75 0 0.10 0.08 171.86 0.82 0.57
Hex 3A EB D3 4B 0 A 8 AC 52 39
Octal 72 353 323 113 0 12 10 254 122 71
Binary 111010 11101011 11010011 1001011 0 1010 1000 10101100 1010010 111001

Color Harmonies of #3AEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBD3

Black with #3AEBD3

Text Example


Text Example

White with #3AEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,235,211); }

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

background-color css

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

 a { background-color: rgb(58,235,211); }

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

border-color css

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

 span { border-color: rgb(58,235,211); }

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