Html Css Color HEX #3AEED2 Turquoise

📋 copy color: '#3AEED2'

red 58 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #3AEED2

Tints of Turquoise #3AEED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

 BLUE value IS 210 (82.42% from 255) = 41.5%

R = 11.46%
G = 47.04%
B = 41.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#3AEED2 (or 0x3AEED2) is known color: Turquoise. HEX triplet: 3A, EE and D2. RGB value is (58,238,210). Sum of RGB (Red+Green+Blue) = 58+238+210=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEED2 is #C5112D. Grayscale: #B4B4B4. Windows color (decimal): -12914990 or 13823546. OLE color: 13823546.

HSL color Cylindrical-coordinate representation of color #3AEED2: hue angle of 170.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEED2 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 210 -
CMYK 0.76 0 0.12 0.07
HSL 170.67º 0.84% 0.58% -
HSV(B) 170.67º 0.76% 0.93% -
XYZ 43.95 66.7 71.53 -
YUV 180.99 144.37 40.28 -
System Red Green Blue C M Y K H S L
Decimal 58 238 210 0.76 0 0.12 0.07 170.67 0.84 0.58
Hex 3A EE D2 4C 0 C 7 AB 54 3A
Octal 72 356 322 114 0 14 7 253 124 72
Binary 111010 11101110 11010010 1001100 0 1100 111 10101011 1010100 111010

Color Harmonies of #3AEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEED2

Black with #3AEED2

Text Example


Text Example

White with #3AEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,210); }

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

background-color css

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

 a { background-color: rgb(58,238,210); }

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

border-color css

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

 span { border-color: rgb(58,238,210); }

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