Html Css Color HEX #1DEEF2 Bright Turquoise

📋 copy color: '#1DEEF2'

red 29 ◦ green 238 ◦ blue 242

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

Shades of Bright Turquoise #1DEEF2

Tints of Bright Turquoise #1DEEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 5.7%
G = 46.76%
B = 47.54%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DEEF2 (or 0x1DEEF2) is known color: Bright Turquoise. HEX triplet: 1D, EE and F2. RGB value is (29,238,242). Sum of RGB (Red+Green+Blue) = 29+238+242=509 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.70% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DEEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEEF2 is #E2110D. Grayscale: #AFAFAF. Windows color (decimal): -14815502 or 15920669. OLE color: 15920669.

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

Color convert

RGB 29 238 242 -
CMYK 0.88 0.02 0 0.05
HSL 181.13º 0.89% 0.53% -
HSV(B) 181.13º 0.88% 0.95% -
XYZ 47.11 67.82 94.61 -
YUV 175.97 165.26 23.17 -
System Red Green Blue C M Y K H S L
Decimal 29 238 242 0.88 0.02 0 0.05 181.13 0.89 0.53
Hex 1D EE F2 58 2 0 5 B5 59 35
Octal 35 356 362 130 2 0 5 265 131 65
Binary 11101 11101110 11110010 1011000 10 0 101 10110101 1011001 110101

Color Harmonies of #1DEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEF2

Black with #1DEEF2

Text Example


Text Example

White with #1DEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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