Html Css Color HEX #1CD9D3 Bright Turquoise

📋 copy color: '#1CD9D3'

red 28 ◦ green 217 ◦ blue 211

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

Shades of Bright Turquoise #1CD9D3

Tints of Bright Turquoise #1CD9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.27%

R = 6.14%
G = 47.59%
B = 46.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#1CD9D3 (or 0x1CD9D3) is known color: Bright Turquoise. HEX triplet: 1C, D9 and D3. RGB value is (28,217,211). Sum of RGB (Red+Green+Blue) = 28+217+211=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD9D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD9D3 is #E3262C. Grayscale: #9F9F9F. Windows color (decimal): -14886445 or 13883676. OLE color: 13883676.

HSL color Cylindrical-coordinate representation of color #1CD9D3: hue angle of 178.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD9D3 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 217 211 -
CMYK 0.87 0 0.03 0.15
HSL 178.1º 0.77% 0.48% -
HSV(B) 178.1º 0.87% 0.85% -
XYZ 37.05 54.58 70.21 -
YUV 159.81 156.88 33.99 -
System Red Green Blue C M Y K H S L
Decimal 28 217 211 0.87 0 0.03 0.15 178.1 0.77 0.48
Hex 1C D9 D3 57 0 3 F B2 4D 30
Octal 34 331 323 127 0 3 17 262 115 60
Binary 11100 11011001 11010011 1010111 0 11 1111 10110010 1001101 110000

Color Harmonies of #1CD9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD9D3

Black with #1CD9D3

Text Example


Text Example

White with #1CD9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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