#2CDEFA

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

Shades of Bright Turquoise #2CDEFA

Tints of Bright Turquoise #2CDEFA

Color information

#2CDEFA (or 0x2CDEFA) is unknown color: approx Bright Turquoise. HEX triplet: 2C, DE and FA. RGB value is (44,222,250). Sum of RGB (Red+Green+Blue) = 44+222+250=516 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.53% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CDEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDEFA is #D32105. Grayscale: #ABABAB. Windows color (decimal): -13836550 or 16440876. OLE color: 16440876.

HSL color Cylindrical-coordinate representation of color #2CDEFA: hue angle of 188.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDEFA is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44222250-
CMYK0.820.1100.02
HSL188.16º95.37%57.65%-
HSV(B)188.16º82.4%98.04%-
XYZ44.4259.6899.62-
YUV171.97172.0336.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.53%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=8.53%
G=43.02%
B=48.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442222500.820.1100.02188.1695.3757.65
Hex2CDEFA52B02bc5f3a
Octal54336372122130227413772
Binary101100110111101111101010100101011010101111001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CDEFA; }

 p { color: rgb(44,222,250); }

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

<style>
 a { background-color: #2CDEFA; }

 a { background-color: rgb(44,222,250); }

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

<style>
 span { border-color: #2CDEFA; }

 span { border-color: rgb(44,222,250); }

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