Html Css Color HEX #1EDFEF Bright Turquoise

📋 copy color: '#1EDFEF'

red 30 ◦ green 223 ◦ blue 239

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

Shades of Bright Turquoise #1EDFEF

Tints of Bright Turquoise #1EDFEF

RGB

 RED value IS 30 (12.11% from 255) = 6.1%

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 6.1%
G = 45.33%
B = 48.58%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1EDFEF (or 0x1EDFEF) is known color: Bright Turquoise. HEX triplet: 1E, DF and EF. RGB value is (30,223,239). Sum of RGB (Red+Green+Blue) = 30+223+239=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDFEF is #E12010. Grayscale: #A6A6A6. Windows color (decimal): -14753809 or 15720222. OLE color: 15720222.

HSL color Cylindrical-coordinate representation of color #1EDFEF: hue angle of 184.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFEF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 223 239 -
CMYK 0.87 0.07 0 0.06
HSL 184.59º 0.87% 0.53% -
HSV(B) 184.59º 0.87% 0.94% -
XYZ 42.5 59.28 90.86 -
YUV 167.12 168.56 30.2 -
System Red Green Blue C M Y K H S L
Decimal 30 223 239 0.87 0.07 0 0.06 184.59 0.87 0.53
Hex 1E DF EF 57 7 0 6 B9 57 35
Octal 36 337 357 127 7 0 6 271 127 65
Binary 11110 11011111 11101111 1010111 111 0 110 10111001 1010111 110101

Color Harmonies of #1EDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFEF

Black with #1EDFEF

Text Example


Text Example

White with #1EDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,223,239); }

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

background-color css

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

 a { background-color: rgb(30,223,239); }

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

border-color css

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

 span { border-color: rgb(30,223,239); }

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