Html Css Color HEX #1DDFFA Bright Turquoise

📋 copy color: '#1DDFFA'

red 29 ◦ green 223 ◦ blue 250

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

Shades of Bright Turquoise #1DDFFA

Tints of Bright Turquoise #1DDFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 5.78%
G = 44.42%
B = 49.8%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DDFFA (or 0x1DDFFA) is known color: Bright Turquoise. HEX triplet: 1D, DF and FA. RGB value is (29,223,250). Sum of RGB (Red+Green+Blue) = 29+223+250=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFFA is #E22005. Grayscale: #A7A7A7. Windows color (decimal): -14819334 or 16441117. OLE color: 16441117.

HSL color Cylindrical-coordinate representation of color #1DDFFA: hue angle of 187.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDFFA is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 223 250 -
CMYK 0.88 0.11 0 0.02
HSL 187.33º 0.96% 0.55% -
HSV(B) 187.33º 0.88% 0.98% -
XYZ 44.15 59.94 99.68 -
YUV 168.07 174.23 28.8 -
System Red Green Blue C M Y K H S L
Decimal 29 223 250 0.88 0.11 0 0.02 187.33 0.96 0.55
Hex 1D DF FA 58 B 0 2 BB 60 37
Octal 35 337 372 130 13 0 2 273 140 67
Binary 11101 11011111 11111010 1011000 1011 0 10 10111011 1100000 110111

Color Harmonies of #1DDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFFA

Black with #1DDFFA

Text Example


Text Example

White with #1DDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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