#1CDDF3

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

Shades of Bright Turquoise #1CDDF3

Tints of Bright Turquoise #1CDDF3

Color information

#1CDDF3 (or 0x1CDDF3) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DD and F3. RGB value is (28,221,243). Sum of RGB (Red+Green+Blue) = 28+221+243=492 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.69% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CDDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDDF3 is #E3220C. Grayscale: #A5A5A5. Windows color (decimal): -14885389 or 15981852. OLE color: 15981852.

HSL color Cylindrical-coordinate representation of color #1CDDF3: hue angle of 186.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDDF3 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28221243-
CMYK0.880.0900.05
HSL186.14º89.96%53.14%-
HSV(B)186.14º88.48%95.29%-
XYZ42.5158.4393.83-
YUV165.8171.5629.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.69%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=5.69%
G=44.92%
B=49.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal282212430.880.0900.05186.1489.9653.14
Hex1CDDF358905ba5a35
Octal34335363130110527213265
Binary111001101110111110011101100010010101101110101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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