#3ae1f1

Color #3AE1F1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3AE1F1

Tints of Turquoise #3AE1F1

Color information

#3AE1F1 (or 0x3AE1F1) is unknown color: approx Turquoise. HEX triplet: 3A, E1 and F1. RGB value is (58,225,241). Sum of RGB (Red+Green+Blue) = 58+225+241=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AE1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE1F1 is #C51E0E. Grayscale: #B0B0B0. Windows color (decimal): -12918287 or 15851834. OLE color: 15851834.

HSL color Cylindrical-coordinate representation of color #3AE1F1: hue angle of 185.25º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AE1F1 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58225241-
CMYK0.760.0700.05
HSL185.25º86.73%58.63%-
HSV(B)185.25º75.93%94.51%-
XYZ44.5561.192.66-
YUV176.89164.1743.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.07%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=11.07%
G=42.94%
B=45.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582252410.760.0700.05185.2586.7358.63
Hex3AE1F14C705b9573b
Octal7234136111470527112773
Binary111010111000011111000110011001110101101110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ae1f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,225,241); }

 H1.HeaderClassName
 {
   color: #3ae1f1;
 }
 .AnyTagClassName
 {
   color: #3ae1f1;
 }
</style>
background-color css

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

 a { background-color: rgb(58,225,241); }

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

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

 span { border-color: rgb(58,225,241); }

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