Html Css Color HEX #1DEFE2 Bright Turquoise

📋 copy color: '#1DEFE2'

red 29 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #1DEFE2

Tints of Bright Turquoise #1DEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.38%

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 5.87%
G = 48.38%
B = 45.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#1DEFE2 (or 0x1DEFE2) is known color: Bright Turquoise. HEX triplet: 1D, EF and E2. RGB value is (29,239,226). Sum of RGB (Red+Green+Blue) = 29+239+226=494 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.87% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFE2 is #E2101D. Grayscale: #AEAEAE. Windows color (decimal): -14815262 or 14872349. OLE color: 14872349.

HSL color Cylindrical-coordinate representation of color #1DEFE2: hue angle of 176.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFE2 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 239 226 -
CMYK 0.88 0 0.05 0.06
HSL 176.29º 0.87% 0.53% -
HSV(B) 176.29º 0.88% 0.94% -
XYZ 45.1 67.49 82.6 -
YUV 174.73 156.93 24.06 -
System Red Green Blue C M Y K H S L
Decimal 29 239 226 0.88 0 0.05 0.06 176.29 0.87 0.53
Hex 1D EF E2 58 0 5 6 B0 57 35
Octal 35 357 342 130 0 5 6 260 127 65
Binary 11101 11101111 11100010 1011000 0 101 110 10110000 1010111 110101

Color Harmonies of #1DEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEFE2

Black with #1DEFE2

Text Example


Text Example

White with #1DEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,239,226); }

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

background-color css

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

 a { background-color: rgb(29,239,226); }

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

border-color css

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

 span { border-color: rgb(29,239,226); }

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