Html Css Color HEX #1EDFEE Bright Turquoise

📋 copy color: '#1EDFEE'

red 30 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #1EDFEE

Tints of Bright Turquoise #1EDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 6.11%
G = 45.42%
B = 48.47%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EDFEE (or 0x1EDFEE) is known color: Bright Turquoise. HEX triplet: 1E, DF and EE. RGB value is (30,223,238). Sum of RGB (Red+Green+Blue) = 30+223+238=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDFEE is #E12011. Grayscale: #A6A6A6. Windows color (decimal): -14753810 or 15654686. OLE color: 15654686.

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

Color convert

RGB 30 223 238 -
CMYK 0.87 0.06 0 0.07
HSL 184.33º 0.86% 0.53% -
HSV(B) 184.33º 0.87% 0.93% -
XYZ 42.36 59.22 90.09 -
YUV 167 168.06 30.28 -
System Red Green Blue C M Y K H S L
Decimal 30 223 238 0.87 0.06 0 0.07 184.33 0.86 0.53
Hex 1E DF EE 57 6 0 7 B8 56 35
Octal 36 337 356 127 6 0 7 270 126 65
Binary 11110 11011111 11101110 1010111 110 0 111 10111000 1010110 110101

Color Harmonies of #1EDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFEE

Black with #1EDFEE

Text Example


Text Example

White with #1EDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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