Html Css Color HEX #1DDFED Bright Turquoise

📋 copy color: '#1DDFED'

red 29 ◦ green 223 ◦ blue 237

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

Shades of Bright Turquoise #1DDFED

Tints of Bright Turquoise #1DDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 5.93%
G = 45.6%
B = 48.47%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DDFED (or 0x1DDFED) is known color: Bright Turquoise. HEX triplet: 1D, DF and ED. RGB value is (29,223,237). Sum of RGB (Red+Green+Blue) = 29+223+237=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFED is #E22012. Grayscale: #A6A6A6. Windows color (decimal): -14819347 or 15589149. OLE color: 15589149.

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

Color convert

RGB 29 223 237 -
CMYK 0.88 0.06 0 0.07
HSL 184.04º 0.85% 0.52% -
HSV(B) 184.04º 0.88% 0.93% -
XYZ 42.18 59.15 89.31 -
YUV 166.59 167.73 29.86 -
System Red Green Blue C M Y K H S L
Decimal 29 223 237 0.88 0.06 0 0.07 184.04 0.85 0.52
Hex 1D DF ED 58 6 0 7 B8 55 34
Octal 35 337 355 130 6 0 7 270 125 64
Binary 11101 11011111 11101101 1011000 110 0 111 10111000 1010101 110100

Color Harmonies of #1DDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFED

Black with #1DDFED

Text Example


Text Example

White with #1DDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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