Html Css Color HEX #1DD6ED Bright Turquoise

📋 copy color: '#1DD6ED'

red 29 ◦ green 214 ◦ blue 237

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

Shades of Bright Turquoise #1DD6ED

Tints of Bright Turquoise #1DD6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 6.04%
G = 44.58%
B = 49.38%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DD6ED (or 0x1DD6ED) is known color: Bright Turquoise. HEX triplet: 1D, D6 and ED. RGB value is (29,214,237). Sum of RGB (Red+Green+Blue) = 29+214+237=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DD6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD6ED is #E22912. Grayscale: #A1A1A1. Windows color (decimal): -14821651 or 15586845. OLE color: 15586845.

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

Color convert

RGB 29 214 237 -
CMYK 0.88 0.10 0 0.07
HSL 186.63º 0.85% 0.52% -
HSV(B) 186.63º 0.88% 0.93% -
XYZ 39.84 54.47 88.53 -
YUV 161.31 170.71 33.63 -
System Red Green Blue C M Y K H S L
Decimal 29 214 237 0.88 0.10 0 0.07 186.63 0.85 0.52
Hex 1D D6 ED 58 A 0 7 BB 55 34
Octal 35 326 355 130 12 0 7 273 125 64
Binary 11101 11010110 11101101 1011000 1010 0 111 10111011 1010101 110100

Color Harmonies of #1DD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD6ED

Black with #1DD6ED

Text Example


Text Example

White with #1DD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,214,237); }

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

background-color css

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

 a { background-color: rgb(29,214,237); }

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

border-color css

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

 span { border-color: rgb(29,214,237); }

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