Html Css Color HEX #1DEEBA Turquoise

📋 copy color: '#1DEEBA'

red 29 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #1DEEBA

Tints of Turquoise #1DEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 6.4%
G = 52.54%
B = 41.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#1DEEBA (or 0x1DEEBA) is known color: Turquoise. HEX triplet: 1D, EE and BA. RGB value is (29,238,186). Sum of RGB (Red+Green+Blue) = 29+238+186=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEBA is #E21145. Grayscale: #A9A9A9. Windows color (decimal): -14815558 or 12250653. OLE color: 12250653.

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

Color convert

RGB 29 238 186 -
CMYK 0.88 0 0.22 0.07
HSL 165.07º 0.86% 0.52% -
HSV(B) 165.07º 0.88% 0.93% -
XYZ 39.94 64.96 56.89 -
YUV 169.58 137.26 27.73 -
System Red Green Blue C M Y K H S L
Decimal 29 238 186 0.88 0 0.22 0.07 165.07 0.86 0.52
Hex 1D EE BA 58 0 16 7 A5 56 34
Octal 35 356 272 130 0 26 7 245 126 64
Binary 11101 11101110 10111010 1011000 0 10110 111 10100101 1010110 110100

Color Harmonies of #1DEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEBA

Black with #1DEEBA

Text Example


Text Example

White with #1DEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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