#3adbe5

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

Shades of Turquoise #3ADBE5

Tints of Turquoise #3ADBE5

Color information

#3ADBE5 (or 0x3ADBE5) is unknown color: approx Turquoise. HEX triplet: 3A, DB and E5. RGB value is (58,219,229). Sum of RGB (Red+Green+Blue) = 58+219+229=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #3ADBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBE5 is #C5241A. Grayscale: #ABABAB. Windows color (decimal): -12919835 or 15063866. OLE color: 15063866.

HSL color Cylindrical-coordinate representation of color #3ADBE5: hue angle of 183.51º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADBE5 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB58219229-
CMYK0.750.0400.10
HSL183.51º76.68%56.27%-
HSV(B)183.51º74.67%89.8%-
XYZ41.2257.2283-
YUV172160.1646.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.46%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 229 (89.84% from 255) = 45.26%
R=11.46%
G=43.28%
B=45.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal582192290.750.0400.10183.5176.6856.27
Hex3ADBE54B40Ab84d38
Octal72333345113401227011570
Binary1110101101101111100101100101110001010101110001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3adbe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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