Html Css Color HEX #1CD9DF Bright Turquoise

📋 copy color: '#1CD9DF'

red 28 ◦ green 217 ◦ blue 223

#1CD9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1CD9DF

Tints of Bright Turquoise #1CD9DF

RGB

 RED value IS 28 (11.33% from 255) = 5.98%

 GREEN value IS 217 (85.16% from 255) = 46.37%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 5.98%
G = 46.37%
B = 47.65%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CD9DF (or 0x1CD9DF) is known color: Bright Turquoise. HEX triplet: 1C, D9 and DF. RGB value is (28,217,223). Sum of RGB (Red+Green+Blue) = 28+217+223=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD9DF is #E32620. Grayscale: #A0A0A0. Windows color (decimal): -14886433 or 14670108. OLE color: 14670108.

HSL color Cylindrical-coordinate representation of color #1CD9DF: hue angle of 181.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD9DF is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 217 223 -
CMYK 0.87 0.03 0 0.13
HSL 181.85º 0.78% 0.49% -
HSV(B) 181.85º 0.87% 0.87% -
XYZ 38.61 55.2 78.43 -
YUV 161.17 162.88 33.01 -
System Red Green Blue C M Y K H S L
Decimal 28 217 223 0.87 0.03 0 0.13 181.85 0.78 0.49
Hex 1C D9 DF 57 3 0 D B6 4E 31
Octal 34 331 337 127 3 0 15 266 116 61
Binary 11100 11011001 11011111 1010111 11 0 1101 10110110 1001110 110001

Color Harmonies of #1CD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD9DF

Black with #1CD9DF

Text Example


Text Example

White with #1CD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CD9DF;
 }
 .AnyTagClassName
 {
   color: #1CD9DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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