Html Css Color HEX #1DEBBC Bright Turquoise

📋 copy color: '#1DEBBC'

red 29 ◦ green 235 ◦ blue 188

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

Shades of Bright Turquoise #1DEBBC

Tints of Bright Turquoise #1DEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 6.42%
G = 51.99%
B = 41.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#1DEBBC (or 0x1DEBBC) is known color: Bright Turquoise. HEX triplet: 1D, EB and BC. RGB value is (29,235,188). Sum of RGB (Red+Green+Blue) = 29+235+188=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEBBC is #E21443. Grayscale: #A8A8A8. Windows color (decimal): -14816324 or 12380957. OLE color: 12380957.

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

Color convert

RGB 29 235 188 -
CMYK 0.88 0 0.2 0.08
HSL 166.31º 0.84% 0.52% -
HSV(B) 166.31º 0.88% 0.92% -
XYZ 39.29 63.31 57.73 -
YUV 168.05 139.25 28.82 -
System Red Green Blue C M Y K H S L
Decimal 29 235 188 0.88 0 0.2 0.08 166.31 0.84 0.52
Hex 1D EB BC 58 0 14 8 A6 54 34
Octal 35 353 274 130 0 24 10 246 124 64
Binary 11101 11101011 10111100 1011000 0 10100 1000 10100110 1010100 110100

Color Harmonies of #1DEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEBBC

Black with #1DEBBC

Text Example


Text Example

White with #1DEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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