Html Css Color HEX #3AECE6 Turquoise

📋 copy color: '#3AECE6'

red 58 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #3AECE6

Tints of Turquoise #3AECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 11.07%
G = 45.04%
B = 43.89%

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

#3AECE6 (or 0x3AECE6) is known color: Turquoise. HEX triplet: 3A, EC and E6. RGB value is (58,236,230). Sum of RGB (Red+Green+Blue) = 58+236+230=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECE6 is #C51319. Grayscale: #B5B5B5. Windows color (decimal): -12915482 or 15133754. OLE color: 15133754.

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

Color convert

RGB 58 236 230 -
CMYK 0.75 0 0.03 0.07
HSL 177.98º 0.82% 0.58% -
HSV(B) 177.98º 0.75% 0.93% -
XYZ 46.02 66.6 85.29 -
YUV 182.09 155.03 39.49 -
System Red Green Blue C M Y K H S L
Decimal 58 236 230 0.75 0 0.03 0.07 177.98 0.82 0.58
Hex 3A EC E6 4B 0 3 7 B2 52 3A
Octal 72 354 346 113 0 3 7 262 122 72
Binary 111010 11101100 11100110 1001011 0 11 111 10110010 1010010 111010

Color Harmonies of #3AECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECE6

Black with #3AECE6

Text Example


Text Example

White with #3AECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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