#1CDFF4

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

Shades of Bright Turquoise #1CDFF4

Tints of Bright Turquoise #1CDFF4

Color information

#1CDFF4 (or 0x1CDFF4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, DF and F4. RGB value is (28,223,244). Sum of RGB (Red+Green+Blue) = 28+223+244=495 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.66% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #1CDFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDFF4 is #E3200B. Grayscale: #A6A6A6. Windows color (decimal): -14884876 or 16047900. OLE color: 16047900.

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

Color convert

RGB28223244-
CMYK0.890.0900.04
HSL185.83º90.76%53.33%-
HSV(B)185.83º88.52%95.69%-
XYZ43.259.5594.81-
YUV167.09171.428.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.66%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 244 (95.70% from 255) = 49.29%
R=5.66%
G=45.05%
B=49.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal282232440.890.0900.04185.8390.7653.33
Hex1CDFF459904ba5b35
Octal34337364131110427213365
Binary111001101111111110100101100110010100101110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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