Html Css Color HEX #1DDFEF Bright Turquoise

📋 copy color: '#1DDFEF'

red 29 ◦ green 223 ◦ blue 239

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

Shades of Bright Turquoise #1DDFEF

Tints of Bright Turquoise #1DDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 5.91%
G = 45.42%
B = 48.68%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DDFEF (or 0x1DDFEF) is known color: Bright Turquoise. HEX triplet: 1D, DF and EF. RGB value is (29,223,239). Sum of RGB (Red+Green+Blue) = 29+223+239=491 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.91% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFEF is #E22010. Grayscale: #A6A6A6. Windows color (decimal): -14819345 or 15720221. OLE color: 15720221.

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

Color convert

RGB 29 223 239 -
CMYK 0.88 0.07 0 0.06
HSL 184.57º 0.87% 0.53% -
HSV(B) 184.57º 0.88% 0.94% -
XYZ 42.47 59.27 90.86 -
YUV 166.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 29 223 239 0.88 0.07 0 0.06 184.57 0.87 0.53
Hex 1D DF EF 58 7 0 6 B9 57 35
Octal 35 337 357 130 7 0 6 271 127 65
Binary 11101 11011111 11101111 1011000 111 0 110 10111001 1010111 110101

Color Harmonies of #1DDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFEF

Black with #1DDFEF

Text Example


Text Example

White with #1DDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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