Html Css Color HEX #1CD6DF Bright Turquoise

📋 copy color: '#1CD6DF'

red 28 ◦ green 214 ◦ blue 223

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

Shades of Bright Turquoise #1CD6DF

Tints of Bright Turquoise #1CD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

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

R = 6.02%
G = 46.02%
B = 47.96%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CD6DF (or 0x1CD6DF) is known color: Bright Turquoise. HEX triplet: 1C, D6 and DF. RGB value is (28,214,223). Sum of RGB (Red+Green+Blue) = 28+214+223=465 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.02% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CD6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD6DF is #E32920. Grayscale: #9F9F9F. Windows color (decimal): -14887201 or 14669340. OLE color: 14669340.

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

Color convert

RGB 28 214 223 -
CMYK 0.87 0.04 0 0.13
HSL 182.77º 0.78% 0.49% -
HSV(B) 182.77º 0.87% 0.87% -
XYZ 37.84 53.67 78.18 -
YUV 159.41 163.88 34.27 -
System Red Green Blue C M Y K H S L
Decimal 28 214 223 0.87 0.04 0 0.13 182.77 0.78 0.49
Hex 1C D6 DF 57 4 0 D B7 4E 31
Octal 34 326 337 127 4 0 15 267 116 61
Binary 11100 11010110 11011111 1010111 100 0 1101 10110111 1001110 110001

Color Harmonies of #1CD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD6DF

Black with #1CD6DF

Text Example


Text Example

White with #1CD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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