Html Css Color HEX #1DE6EC Bright Turquoise

📋 copy color: '#1DE6EC'

red 29 ◦ green 230 ◦ blue 236

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

Shades of Bright Turquoise #1DE6EC

Tints of Bright Turquoise #1DE6EC

RGB

 RED value IS 29 (11.72% from 255) = 5.86%

 GREEN value IS 230 (90.23% from 255) = 46.46%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 5.86%
G = 46.46%
B = 47.68%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DE6EC (or 0x1DE6EC) is known color: Bright Turquoise. HEX triplet: 1D, E6 and EC. RGB value is (29,230,236). Sum of RGB (Red+Green+Blue) = 29+230+236=495 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.86% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DE6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DE6EC is #E21913. Grayscale: #AAAAAA. Windows color (decimal): -14817556 or 15525405. OLE color: 15525405.

HSL color Cylindrical-coordinate representation of color #1DE6EC: hue angle of 181.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE6EC is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 230 236 -
CMYK 0.88 0.03 0 0.07
HSL 181.74º 0.84% 0.52% -
HSV(B) 181.74º 0.88% 0.93% -
XYZ 43.94 62.91 89.18 -
YUV 170.59 164.91 27.01 -
System Red Green Blue C M Y K H S L
Decimal 29 230 236 0.88 0.03 0 0.07 181.74 0.84 0.52
Hex 1D E6 EC 58 3 0 7 B6 54 34
Octal 35 346 354 130 3 0 7 266 124 64
Binary 11101 11100110 11101100 1011000 11 0 111 10110110 1010100 110100

Color Harmonies of #1DE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE6EC

Black with #1DE6EC

Text Example


Text Example

White with #1DE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,230,236); }

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

background-color css

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

 a { background-color: rgb(29,230,236); }

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

border-color css

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

 span { border-color: rgb(29,230,236); }

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