Html Css Color HEX #3AECE5 Turquoise

📋 copy color: '#3AECE5'

red 58 ◦ green 236 ◦ blue 229

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

Shades of Turquoise #3AECE5

Tints of Turquoise #3AECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 11.09%
G = 45.12%
B = 43.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#3AECE5 (or 0x3AECE5) is known color: Turquoise. HEX triplet: 3A, EC and E5. RGB value is (58,236,229). Sum of RGB (Red+Green+Blue) = 58+236+229=523 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.09% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECE5 is #C5131A. Grayscale: #B5B5B5. Windows color (decimal): -12915483 or 15068218. OLE color: 15068218.

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

Color convert

RGB 58 236 229 -
CMYK 0.75 0 0.03 0.07
HSL 177.64º 0.82% 0.58% -
HSV(B) 177.64º 0.75% 0.93% -
XYZ 45.88 66.55 84.56 -
YUV 181.98 154.53 39.57 -
System Red Green Blue C M Y K H S L
Decimal 58 236 229 0.75 0 0.03 0.07 177.64 0.82 0.58
Hex 3A EC E5 4B 0 3 7 B2 52 3A
Octal 72 354 345 113 0 3 7 262 122 72
Binary 111010 11101100 11100101 1001011 0 11 111 10110010 1010010 111010

Color Harmonies of #3AECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECE5

Black with #3AECE5

Text Example


Text Example

White with #3AECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,229); }

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

background-color css

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

 a { background-color: rgb(58,236,229); }

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

border-color css

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

 span { border-color: rgb(58,236,229); }

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