Html Css Color HEX #1EDFEA Bright Turquoise

📋 copy color: '#1EDFEA'

red 30 ◦ green 223 ◦ blue 234

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

Shades of Bright Turquoise #1EDFEA

Tints of Bright Turquoise #1EDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 6.16%
G = 45.79%
B = 48.05%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EDFEA (or 0x1EDFEA) is known color: Bright Turquoise. HEX triplet: 1E, DF and EA. RGB value is (30,223,234). Sum of RGB (Red+Green+Blue) = 30+223+234=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EDFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDFEA is #E12015. Grayscale: #A6A6A6. Windows color (decimal): -14753814 or 15392542. OLE color: 15392542.

HSL color Cylindrical-coordinate representation of color #1EDFEA: hue angle of 183.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFEA is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 223 234 -
CMYK 0.87 0.05 0 0.08
HSL 183.24º 0.83% 0.52% -
HSV(B) 183.24º 0.87% 0.92% -
XYZ 41.77 58.99 87.03 -
YUV 166.55 166.06 30.61 -
System Red Green Blue C M Y K H S L
Decimal 30 223 234 0.87 0.05 0 0.08 183.24 0.83 0.52
Hex 1E DF EA 57 5 0 8 B7 53 34
Octal 36 337 352 127 5 0 10 267 123 64
Binary 11110 11011111 11101010 1010111 101 0 1000 10110111 1010011 110100

Color Harmonies of #1EDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFEA

Black with #1EDFEA

Text Example


Text Example

White with #1EDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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