Html Css Color HEX #3AEEEA Turquoise

📋 copy color: '#3AEEEA'

red 58 ◦ green 238 ◦ blue 234

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

Shades of Turquoise #3AEEEA

Tints of Turquoise #3AEEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 10.94%
G = 44.91%
B = 44.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#3AEEEA (or 0x3AEEEA) is known color: Turquoise. HEX triplet: 3A, EE and EA. RGB value is (58,238,234). Sum of RGB (Red+Green+Blue) = 58+238+234=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEEA is #C51115. Grayscale: #B7B7B7. Windows color (decimal): -12914966 or 15396410. OLE color: 15396410.

HSL color Cylindrical-coordinate representation of color #3AEEEA: hue angle of 178.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 #3AEEEA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 234 -
CMYK 0.76 0 0.02 0.07
HSL 178.67º 0.84% 0.58% -
HSV(B) 178.67º 0.76% 0.93% -
XYZ 47.17 67.99 88.48 -
YUV 183.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 58 238 234 0.76 0 0.02 0.07 178.67 0.84 0.58
Hex 3A EE EA 4C 0 2 7 B3 54 3A
Octal 72 356 352 114 0 2 7 263 124 72
Binary 111010 11101110 11101010 1001100 0 10 111 10110011 1010100 111010

Color Harmonies of #3AEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEEA

Black with #3AEEEA

Text Example


Text Example

White with #3AEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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