#1CDDFA

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

Shades of Bright Turquoise #1CDDFA

Tints of Bright Turquoise #1CDDFA

Color information

#1CDDFA (or 0x1CDDFA) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DD and FA. RGB value is (28,221,250). Sum of RGB (Red+Green+Blue) = 28+221+250=499 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.61% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CDDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDDFA is #E32205. Grayscale: #A6A6A6. Windows color (decimal): -14885382 or 16440604. OLE color: 16440604.

HSL color Cylindrical-coordinate representation of color #1CDDFA: hue angle of 187.84º 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 #1CDDFA is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB28221250-
CMYK0.890.1200.02
HSL187.84º95.69%54.51%-
HSV(B)187.84º88.8%98.04%-
XYZ43.5958.8699.51-
YUV166.6175.0629.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.61%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=5.61%
G=44.29%
B=50.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal282212500.890.1200.02187.8495.6954.51
Hex1CDDFA59C02bc6037
Octal34335372131140227414067
Binary11100110111011111101010110011100010101111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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