Html Css Color HEX #1DDFE9 Bright Turquoise

📋 copy color: '#1DDFE9'

red 29 ◦ green 223 ◦ blue 233

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

Shades of Bright Turquoise #1DDFE9

Tints of Bright Turquoise #1DDFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 5.98%
G = 45.98%
B = 48.04%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1DDFE9 (or 0x1DDFE9) is known color: Bright Turquoise. HEX triplet: 1D, DF and E9. RGB value is (29,223,233). Sum of RGB (Red+Green+Blue) = 29+223+233=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DDFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFE9 is #E22016. Grayscale: #A5A5A5. Windows color (decimal): -14819351 or 15327005. OLE color: 15327005.

HSL color Cylindrical-coordinate representation of color #1DDFE9: hue angle of 182.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDFE9 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 223 233 -
CMYK 0.88 0.04 0 0.09
HSL 182.94º 0.82% 0.51% -
HSV(B) 182.94º 0.88% 0.91% -
XYZ 41.6 58.92 86.27 -
YUV 166.13 165.73 30.19 -
System Red Green Blue C M Y K H S L
Decimal 29 223 233 0.88 0.04 0 0.09 182.94 0.82 0.51
Hex 1D DF E9 58 4 0 9 B7 52 33
Octal 35 337 351 130 4 0 11 267 122 63
Binary 11101 11011111 11101001 1011000 100 0 1001 10110111 1010010 110011

Color Harmonies of #1DDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFE9

Black with #1DDFE9

Text Example


Text Example

White with #1DDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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