Html Css Color HEX #1DD7F3 Bright Turquoise

📋 copy color: '#1DD7F3'

red 29 ◦ green 215 ◦ blue 243

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

Shades of Bright Turquoise #1DD7F3

Tints of Bright Turquoise #1DD7F3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.15%

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 5.95%
G = 44.15%
B = 49.9%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DD7F3 (or 0x1DD7F3) is known color: Bright Turquoise. HEX triplet: 1D, D7 and F3. RGB value is (29,215,243). Sum of RGB (Red+Green+Blue) = 29+215+243=487 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.95% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DD7F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD7F3 is #E2280C. Grayscale: #A2A2A2. Windows color (decimal): -14821389 or 15980317. OLE color: 15980317.

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

Color convert

RGB 29 215 243 -
CMYK 0.88 0.12 0 0.05
HSL 187.85º 0.9% 0.53% -
HSV(B) 187.85º 0.88% 0.95% -
XYZ 40.98 55.33 93.31 -
YUV 162.58 173.38 32.72 -
System Red Green Blue C M Y K H S L
Decimal 29 215 243 0.88 0.12 0 0.05 187.85 0.9 0.53
Hex 1D D7 F3 58 C 0 5 BC 5A 35
Octal 35 327 363 130 14 0 5 274 132 65
Binary 11101 11010111 11110011 1011000 1100 0 101 10111100 1011010 110101

Color Harmonies of #1DD7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD7F3

Black with #1DD7F3

Text Example


Text Example

White with #1DD7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,243); }

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

background-color css

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

 a { background-color: rgb(29,215,243); }

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

border-color css

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

 span { border-color: rgb(29,215,243); }

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