Html Css Color HEX #1DEDF3 Bright Turquoise

📋 copy color: '#1DEDF3'

red 29 ◦ green 237 ◦ blue 243

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

Shades of Bright Turquoise #1DEDF3

Tints of Bright Turquoise #1DEDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

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

R = 5.7%
G = 46.56%
B = 47.74%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DEDF3 (or 0x1DEDF3) is known color: Bright Turquoise. HEX triplet: 1D, ED and F3. RGB value is (29,237,243). Sum of RGB (Red+Green+Blue) = 29+237+243=509 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.70% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DEDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEDF3 is #E2120C. Grayscale: #AFAFAF. Windows color (decimal): -14815757 or 15985949. OLE color: 15985949.

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

Color convert

RGB 29 237 243 -
CMYK 0.88 0.02 0 0.05
HSL 181.68º 0.9% 0.53% -
HSV(B) 181.68º 0.88% 0.95% -
XYZ 46.97 67.3 95.31 -
YUV 175.49 166.09 23.51 -
System Red Green Blue C M Y K H S L
Decimal 29 237 243 0.88 0.02 0 0.05 181.68 0.9 0.53
Hex 1D ED F3 58 2 0 5 B6 5A 35
Octal 35 355 363 130 2 0 5 266 132 65
Binary 11101 11101101 11110011 1011000 10 0 101 10110110 1011010 110101

Color Harmonies of #1DEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEDF3

Black with #1DEDF3

Text Example


Text Example

White with #1DEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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