Html Css Color HEX #1EFEED Bright Turquoise

📋 copy color: '#1EFEED'

red 30 ◦ green 254 ◦ blue 237

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

Shades of Bright Turquoise #1EFEED

Tints of Bright Turquoise #1EFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.75%

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 5.76%
G = 48.75%
B = 45.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#1EFEED (or 0x1EFEED) is known color: Bright Turquoise. HEX triplet: 1E, FE and ED. RGB value is (30,254,237). Sum of RGB (Red+Green+Blue) = 30+254+237=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEED is #E10112. Grayscale: #B8B8B8. Windows color (decimal): -14745875 or 15597086. OLE color: 15597086.

HSL color Cylindrical-coordinate representation of color #1EFEED: hue angle of 175.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEED is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 254 237 -
CMYK 0.88 0 0.07 0.00
HSL 175.45º 0.99% 0.56% -
HSV(B) 175.45º 0.88% 1% -
XYZ 51.26 77.27 92.33 -
YUV 185.09 157.29 17.38 -
System Red Green Blue C M Y K H S L
Decimal 30 254 237 0.88 0 0.07 0.00 175.45 0.99 0.56
Hex 1E FE ED 58 0 7 0 AF 63 38
Octal 36 376 355 130 0 7 0 257 143 70
Binary 11110 11111110 11101101 1011000 0 111 0 10101111 1100011 111000

Color Harmonies of #1EFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFEED

Black with #1EFEED

Text Example


Text Example

White with #1EFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,254,237); }

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

background-color css

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

 a { background-color: rgb(30,254,237); }

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

border-color css

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

 span { border-color: rgb(30,254,237); }

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