Html Css Color HEX #1DDBF2 Bright Turquoise

📋 copy color: '#1DDBF2'

red 29 ◦ green 219 ◦ blue 242

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

Shades of Bright Turquoise #1DDBF2

Tints of Bright Turquoise #1DDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 5.92%
G = 44.69%
B = 49.39%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DDBF2 (or 0x1DDBF2) is known color: Bright Turquoise. HEX triplet: 1D, DB and F2. RGB value is (29,219,242). Sum of RGB (Red+Green+Blue) = 29+219+242=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DDBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBF2 is #E2240D. Grayscale: #A4A4A4. Windows color (decimal): -14820366 or 15915805. OLE color: 15915805.

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

Color convert

RGB 29 219 242 -
CMYK 0.88 0.10 0 0.05
HSL 186.48º 0.89% 0.53% -
HSV(B) 186.48º 0.88% 0.95% -
XYZ 41.87 57.34 92.86 -
YUV 164.81 171.55 31.13 -
System Red Green Blue C M Y K H S L
Decimal 29 219 242 0.88 0.10 0 0.05 186.48 0.89 0.53
Hex 1D DB F2 58 A 0 5 BA 59 35
Octal 35 333 362 130 12 0 5 272 131 65
Binary 11101 11011011 11110010 1011000 1010 0 101 10111010 1011001 110101

Color Harmonies of #1DDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDBF2

Black with #1DDBF2

Text Example


Text Example

White with #1DDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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