Html Css Color HEX #3AEBDA Turquoise

📋 copy color: '#3AEBDA'

red 58 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #3AEBDA

Tints of Turquoise #3AEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 11.35%
G = 45.99%
B = 42.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3AEBDA (or 0x3AEBDA) is known color: Turquoise. HEX triplet: 3A, EB and DA. RGB value is (58,235,218). Sum of RGB (Red+Green+Blue) = 58+235+218=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBDA is #C51425. Grayscale: #B4B4B4. Windows color (decimal): -12915750 or 14347066. OLE color: 14347066.

HSL color Cylindrical-coordinate representation of color #3AEBDA: hue angle of 174.24º 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 #3AEBDA is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 235 218 -
CMYK 0.75 0 0.07 0.08
HSL 174.24º 0.82% 0.57% -
HSV(B) 174.24º 0.75% 0.92% -
XYZ 44.11 65.38 76.62 -
YUV 180.14 149.36 40.88 -
System Red Green Blue C M Y K H S L
Decimal 58 235 218 0.75 0 0.07 0.08 174.24 0.82 0.57
Hex 3A EB DA 4B 0 7 8 AE 52 39
Octal 72 353 332 113 0 7 10 256 122 71
Binary 111010 11101011 11011010 1001011 0 111 1000 10101110 1010010 111001

Color Harmonies of #3AEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBDA

Black with #3AEBDA

Text Example


Text Example

White with #3AEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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