Html Css Color HEX #1DECE6 Bright Turquoise

📋 copy color: '#1DECE6'

red 29 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #1DECE6

Tints of Bright Turquoise #1DECE6

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1DECE6: hue angle of 178.26º 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 #1DECE6 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 236 230 -
CMYK 0.88 0 0.03 0.07
HSL 178.26º 0.84% 0.52% -
HSV(B) 178.26º 0.88% 0.93% -
XYZ 44.79 65.97 85.24 -
YUV 173.42 159.92 24.99 -
System Red Green Blue C M Y K H S L
Decimal 29 236 230 0.88 0 0.03 0.07 178.26 0.84 0.52
Hex 1D EC E6 58 0 3 7 B2 54 34
Octal 35 354 346 130 0 3 7 262 124 64
Binary 11101 11101100 11100110 1011000 0 11 111 10110010 1010100 110100

Color Harmonies of #1DECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DECE6

Black with #1DECE6

Text Example


Text Example

White with #1DECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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