#1CD9F4

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

Shades of Bright Turquoise #1CD9F4

Tints of Bright Turquoise #1CD9F4

Color information

#1CD9F4 (or 0x1CD9F4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, D9 and F4. RGB value is (28,217,244). Sum of RGB (Red+Green+Blue) = 28+217+244=489 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.73% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #1CD9F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD9F4 is #E3260B. Grayscale: #A3A3A3. Windows color (decimal): -14886412 or 16046364. OLE color: 16046364.

HSL color Cylindrical-coordinate representation of color #1CD9F4: hue angle of 187.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CD9F4 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB28217244-
CMYK0.890.1100.04
HSL187.5º90.76%53.33%-
HSV(B)187.5º88.52%95.69%-
XYZ41.6256.494.28-
YUV163.57173.3831.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.73%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 244 (95.70% from 255) = 49.90%
R=5.73%
G=44.38%
B=49.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal282172440.890.1100.04187.590.7653.33
Hex1CD9F459B04bc5b35
Octal34331364131130427413365
Binary111001101100111110100101100110110100101111001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,217,244); }

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

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

 a { background-color: rgb(28,217,244); }

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

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

 span { border-color: rgb(28,217,244); }

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