Html Css Color HEX #1CDDC9 Bright Turquoise

📋 copy color: '#1CDDC9'

red 28 ◦ green 221 ◦ blue 201

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

Shades of Bright Turquoise #1CDDC9

Tints of Bright Turquoise #1CDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.11%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 6.22%
G = 49.11%
B = 44.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#1CDDC9 (or 0x1CDDC9) is known color: Bright Turquoise. HEX triplet: 1C, DD and C9. RGB value is (28,221,201). Sum of RGB (Red+Green+Blue) = 28+221+201=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDC9 is #E32236. Grayscale: #A0A0A0. Windows color (decimal): -14885431 or 13229340. OLE color: 13229340.

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

Color convert

RGB 28 221 201 -
CMYK 0.87 0 0.09 0.13
HSL 173.78º 0.78% 0.49% -
HSV(B) 173.78º 0.87% 0.87% -
XYZ 36.88 56.18 64.16 -
YUV 161.01 150.56 33.13 -
System Red Green Blue C M Y K H S L
Decimal 28 221 201 0.87 0 0.09 0.13 173.78 0.78 0.49
Hex 1C DD C9 57 0 9 D AE 4E 31
Octal 34 335 311 127 0 11 15 256 116 61
Binary 11100 11011101 11001001 1010111 0 1001 1101 10101110 1001110 110001

Color Harmonies of #1CDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDDC9

Black with #1CDDC9

Text Example


Text Example

White with #1CDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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