Html Css Color HEX #3AE8DF Turquoise

📋 copy color: '#3AE8DF'

red 58 ◦ green 232 ◦ blue 223

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

Shades of Turquoise #3AE8DF

Tints of Turquoise #3AE8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.22%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 11.31%
G = 45.22%
B = 43.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#3AE8DF (or 0x3AE8DF) is known color: Turquoise. HEX triplet: 3A, E8 and DF. RGB value is (58,232,223). Sum of RGB (Red+Green+Blue) = 58+232+223=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #3AE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE8DF is #C51720. Grayscale: #B2B2B2. Windows color (decimal): -12916513 or 14673978. OLE color: 14673978.

HSL color Cylindrical-coordinate representation of color #3AE8DF: hue angle of 176.9º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE8DF is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 58 232 223 -
CMYK 0.75 0 0.04 0.09
HSL 176.9º 0.79% 0.57% -
HSV(B) 176.9º 0.75% 0.91% -
XYZ 43.92 63.94 79.84 -
YUV 178.95 152.85 41.73 -
System Red Green Blue C M Y K H S L
Decimal 58 232 223 0.75 0 0.04 0.09 176.9 0.79 0.57
Hex 3A E8 DF 4B 0 4 9 B1 4F 39
Octal 72 350 337 113 0 4 11 261 117 71
Binary 111010 11101000 11011111 1001011 0 100 1001 10110001 1001111 111001

Color Harmonies of #3AE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE8DF

Black with #3AE8DF

Text Example


Text Example

White with #3AE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,232,223); }

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

background-color css

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

 a { background-color: rgb(58,232,223); }

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

border-color css

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

 span { border-color: rgb(58,232,223); }

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