#1CE6FA

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

Shades of Bright Turquoise #1CE6FA

Tints of Bright Turquoise #1CE6FA

Color information

#1CE6FA (or 0x1CE6FA) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E6 and FA. RGB value is (28,230,250). Sum of RGB (Red+Green+Blue) = 28+230+250=508 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.51% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CE6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE6FA is #E31905. Grayscale: #ABABAB. Windows color (decimal): -14883078 or 16442908. OLE color: 16442908.

HSL color Cylindrical-coordinate representation of color #1CE6FA: hue angle of 185.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE6FA is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB28230250-
CMYK0.890.0800.02
HSL185.41º95.69%54.51%-
HSV(B)185.41º88.8%98.04%-
XYZ46.0363.74100.32-
YUV171.88172.0825.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.51%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=5.51%
G=45.28%
B=49.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal282302500.890.0800.02185.4195.6954.51
Hex1CE6FA59802b96037
Octal34346372131100227114067
Binary11100111001101111101010110011000010101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CE6FA; }

 p { color: rgb(28,230,250); }

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

<style>
 a { background-color: #1CE6FA; }

 a { background-color: rgb(28,230,250); }

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

<style>
 span { border-color: #1CE6FA; }

 span { border-color: rgb(28,230,250); }

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