Html Css Color HEX #1DDEFE Bright Turquoise

📋 copy color: '#1DDEFE'

red 29 ◦ green 222 ◦ blue 254

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

Shades of Bright Turquoise #1DDEFE

Tints of Bright Turquoise #1DDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 5.74%
G = 43.96%
B = 50.3%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DDEFE (or 0x1DDEFE) is known color: Bright Turquoise. HEX triplet: 1D, DE and FE. RGB value is (29,222,254). Sum of RGB (Red+Green+Blue) = 29+222+254=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DDEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEFE is #E22101. Grayscale: #A7A7A7. Windows color (decimal): -14819586 or 16703005. OLE color: 16703005.

HSL color Cylindrical-coordinate representation of color #1DDEFE: hue angle of 188.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DDEFE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 222 254 -
CMYK 0.89 0.13 0 0.00
HSL 188.53º 0.99% 0.55% -
HSV(B) 188.53º 0.89% 1% -
XYZ 44.52 59.66 102.94 -
YUV 167.94 176.56 28.9 -
System Red Green Blue C M Y K H S L
Decimal 29 222 254 0.89 0.13 0 0.00 188.53 0.99 0.55
Hex 1D DE FE 59 D 0 0 BD 63 37
Octal 35 336 376 131 15 0 0 275 143 67
Binary 11101 11011110 11111110 1011001 1101 0 0 10111101 1100011 110111

Color Harmonies of #1DDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEFE

Black with #1DDEFE

Text Example


Text Example

White with #1DDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,222,254); }

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

background-color css

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

 a { background-color: rgb(29,222,254); }

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

border-color css

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

 span { border-color: rgb(29,222,254); }

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