Html Css Color HEX #1DEBDA Bright Turquoise

📋 copy color: '#1DEBDA'

red 29 ◦ green 235 ◦ blue 218

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

Shades of Bright Turquoise #1DEBDA

Tints of Bright Turquoise #1DEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.76%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 6.02%
G = 48.76%
B = 45.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#1DEBDA (or 0x1DEBDA) is known color: Bright Turquoise. HEX triplet: 1D, EB and DA. RGB value is (29,235,218). Sum of RGB (Red+Green+Blue) = 29+235+218=482 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.02% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEBDA is #E21425. Grayscale: #ABABAB. Windows color (decimal): -14816294 or 14347037. OLE color: 14347037.

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

Color convert

RGB 29 235 218 -
CMYK 0.88 0 0.07 0.08
HSL 175.05º 0.84% 0.52% -
HSV(B) 175.05º 0.88% 0.92% -
XYZ 42.87 64.74 76.57 -
YUV 171.47 154.25 26.38 -
System Red Green Blue C M Y K H S L
Decimal 29 235 218 0.88 0 0.07 0.08 175.05 0.84 0.52
Hex 1D EB DA 58 0 7 8 AF 54 34
Octal 35 353 332 130 0 7 10 257 124 64
Binary 11101 11101011 11011010 1011000 0 111 1000 10101111 1010100 110100

Color Harmonies of #1DEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEBDA

Black with #1DEBDA

Text Example


Text Example

White with #1DEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,235,218); }

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

background-color css

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

 a { background-color: rgb(29,235,218); }

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

border-color css

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

 span { border-color: rgb(29,235,218); }

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