Html Css Color HEX #00EFEC Bright Turquoise

📋 copy color: '#00EFEC'

red 0 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #00EFEC

Tints of Bright Turquoise #00EFEC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 239 (93.75% from 255) = 50.32%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 0%
G = 50.32%
B = 49.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#00EFEC (or 0x00EFEC) is known color: Bright Turquoise. HEX triplet: 00, EF and EC. RGB value is (0,239,236). Sum of RGB (Red+Green+Blue) = 0+239+236=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EFEC is #FF1013. Grayscale: #A6A6A6. Windows color (decimal): -16715796 or 15527680. OLE color: 15527680.

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

Color convert

RGB 0 239 236 -
CMYK 1 0 0.01 0.06
HSL 179.25º 1% 0.47% -
HSV(B) 179.25º 1% 0.94% -
XYZ 46.01 67.79 90.02 -
YUV 167.2 166.82 8.74 -
System Red Green Blue C M Y K H S L
Decimal 0 239 236 1 0 0.01 0.06 179.25 1 0.47
Hex 0 EF EC 64 0 1 6 B3 64 2F
Octal 0 357 354 144 0 1 6 263 144 57
Binary 0 11101111 11101100 1100100 0 1 110 10110011 1100100 101111

Color Harmonies of #00EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFEC

Black with #00EFEC

Text Example


Text Example

White with #00EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EFEC; }

 p { color: rgb(0,239,236); }

 H1.HeaderClassName
 {
   color: #00EFEC;
 }
 .AnyTagClassName
 {
   color: #00EFEC;
 }
</style>

background-color css

<style>
 a { background-color: #00EFEC; }

 a { background-color: rgb(0,239,236); }

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

border-color css

<style>
 span { border-color: #00EFEC; }

 span { border-color: rgb(0,239,236); }

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