Html Css Color HEX #2EDFEE Turquoise

📋 copy color: '#2EDFEE'

red 46 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #2EDFEE

Tints of Turquoise #2EDFEE

RGB

 RED value IS 46 (18.36% from 255) = 9.07%

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

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

R = 9.07%
G = 43.98%
B = 46.94%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EDFEE (or 0x2EDFEE) is known color: Turquoise. HEX triplet: 2E, DF and EE. RGB value is (46,223,238). Sum of RGB (Red+Green+Blue) = 46+223+238=507 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.07% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFEE is #D12011. Grayscale: #ABABAB. Windows color (decimal): -13705234 or 15654702. OLE color: 15654702.

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

Color convert

RGB 46 223 238 -
CMYK 0.81 0.06 0 0.07
HSL 184.69º 0.85% 0.56% -
HSV(B) 184.69º 0.81% 0.93% -
XYZ 42.95 59.53 90.12 -
YUV 171.79 165.36 38.28 -
System Red Green Blue C M Y K H S L
Decimal 46 223 238 0.81 0.06 0 0.07 184.69 0.85 0.56
Hex 2E DF EE 51 6 0 7 B9 55 38
Octal 56 337 356 121 6 0 7 271 125 70
Binary 101110 11011111 11101110 1010001 110 0 111 10111001 1010101 111000

Color Harmonies of #2EDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFEE

Black with #2EDFEE

Text Example


Text Example

White with #2EDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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