#3AFFCA

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

Shades of Turquoise #3AFFCA

Tints of Turquoise #3AFFCA

Color information

#3AFFCA (or 0x3AFFCA) is unknown color: approx Turquoise. HEX triplet: 3A, FF and CA. RGB value is (58,255,202). Sum of RGB (Red+Green+Blue) = 58+255+202=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFCA is #C50035. Grayscale: #BEBEBE. Windows color (decimal): -12910646 or 13303610. OLE color: 13303610.

HSL color Cylindrical-coordinate representation of color #3AFFCA: hue angle of 163.86º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFCA is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB58255202-
CMYK0.7700.210
HSL163.86º100%61.37%-
HSV(B)163.86º77.25%100%-
XYZ48.1776.6868.14-
YUV190.05134.7333.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.26%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=11.26%
G=49.51%
B=39.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582552020.7700.210163.8610061.37
Hex3AFFCA4D0150a4643d
Octal72377312115025024414475
Binary111010111111111100101010011010101010101001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,255,202); }

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

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

 a { background-color: rgb(58,255,202); }

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

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

 span { border-color: rgb(58,255,202); }

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