Html Css Color HEX #3AEDE2 Turquoise

📋 copy color: '#3AEDE2'

red 58 ◦ green 237 ◦ blue 226

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

Shades of Turquoise #3AEDE2

Tints of Turquoise #3AEDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 11.13%
G = 45.49%
B = 43.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#3AEDE2 (or 0x3AEDE2) is known color: Turquoise. HEX triplet: 3A, ED and E2. RGB value is (58,237,226). Sum of RGB (Red+Green+Blue) = 58+237+226=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDE2 is #C5121D. Grayscale: #B6B6B6. Windows color (decimal): -12915230 or 14871866. OLE color: 14871866.

HSL color Cylindrical-coordinate representation of color #3AEDE2: hue angle of 176.31º degrees, saturation: 0.83, 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 #3AEDE2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 226 -
CMYK 0.76 0 0.05 0.07
HSL 176.31º 0.83% 0.58% -
HSV(B) 176.31º 0.76% 0.93% -
XYZ 45.76 66.96 82.46 -
YUV 182.23 152.7 39.39 -
System Red Green Blue C M Y K H S L
Decimal 58 237 226 0.76 0 0.05 0.07 176.31 0.83 0.58
Hex 3A ED E2 4C 0 5 7 B0 53 3A
Octal 72 355 342 114 0 5 7 260 123 72
Binary 111010 11101101 11100010 1001100 0 101 111 10110000 1010011 111010

Color Harmonies of #3AEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDE2

Black with #3AEDE2

Text Example


Text Example

White with #3AEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,237,226); }

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

background-color css

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

 a { background-color: rgb(58,237,226); }

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

border-color css

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

 span { border-color: rgb(58,237,226); }

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