Html Css Color HEX #1DD8CF Bright Turquoise

📋 copy color: '#1DD8CF'

red 29 ◦ green 216 ◦ blue 207

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

Shades of Bright Turquoise #1DD8CF

Tints of Bright Turquoise #1DD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 6.42%
G = 47.79%
B = 45.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#1DD8CF (or 0x1DD8CF) is known color: Bright Turquoise. HEX triplet: 1D, D8 and CF. RGB value is (29,216,207). Sum of RGB (Red+Green+Blue) = 29+216+207=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD8CF is #E22730. Grayscale: #9E9E9E. Windows color (decimal): -14821169 or 13621277. OLE color: 13621277.

HSL color Cylindrical-coordinate representation of color #1DD8CF: hue angle of 177.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8CF is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 216 207 -
CMYK 0.87 0 0.04 0.15
HSL 177.11º 0.76% 0.48% -
HSV(B) 177.11º 0.87% 0.85% -
XYZ 36.33 53.88 67.52 -
YUV 159.06 155.05 35.23 -
System Red Green Blue C M Y K H S L
Decimal 29 216 207 0.87 0 0.04 0.15 177.11 0.76 0.48
Hex 1D D8 CF 57 0 4 F B1 4C 30
Octal 35 330 317 127 0 4 17 261 114 60
Binary 11101 11011000 11001111 1010111 0 100 1111 10110001 1001100 110000

Color Harmonies of #1DD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD8CF

Black with #1DD8CF

Text Example


Text Example

White with #1DD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,216,207); }

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

background-color css

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

 a { background-color: rgb(29,216,207); }

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

border-color css

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

 span { border-color: rgb(29,216,207); }

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