Html Css Color HEX #1DEEBE Bright Turquoise

📋 copy color: '#1DEEBE'

red 29 ◦ green 238 ◦ blue 190

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

Shades of Bright Turquoise #1DEEBE

Tints of Bright Turquoise #1DEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 6.35%
G = 52.08%
B = 41.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#1DEEBE (or 0x1DEEBE) is known color: Bright Turquoise. HEX triplet: 1D, EE and BE. RGB value is (29,238,190). Sum of RGB (Red+Green+Blue) = 29+238+190=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEBE is #E21141. Grayscale: #AAAAAA. Windows color (decimal): -14815554 or 12512797. OLE color: 12512797.

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

Color convert

RGB 29 238 190 -
CMYK 0.88 0 0.20 0.07
HSL 166.22º 0.86% 0.52% -
HSV(B) 166.22º 0.88% 0.93% -
XYZ 40.38 65.13 59.16 -
YUV 170.04 139.26 27.4 -
System Red Green Blue C M Y K H S L
Decimal 29 238 190 0.88 0 0.20 0.07 166.22 0.86 0.52
Hex 1D EE BE 58 0 14 7 A6 56 34
Octal 35 356 276 130 0 24 7 246 126 64
Binary 11101 11101110 10111110 1011000 0 10100 111 10100110 1010110 110100

Color Harmonies of #1DEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEBE

Black with #1DEEBE

Text Example


Text Example

White with #1DEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,190); }

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

background-color css

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

 a { background-color: rgb(29,238,190); }

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

border-color css

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

 span { border-color: rgb(29,238,190); }

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