Html Css Color HEX #00EFEB Bright Turquoise

📋 copy color: '#00EFEB'

red 0 ◦ green 239 ◦ blue 235

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

Shades of Bright Turquoise #00EFEB

Tints of Bright Turquoise #00EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 0%
G = 50.42%
B = 49.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#00EFEB (or 0x00EFEB) is known color: Bright Turquoise. HEX triplet: 00, EF and EB. RGB value is (0,239,235). Sum of RGB (Red+Green+Blue) = 0+239+235=474 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EFEB is #FF1014. Grayscale: #A6A6A6. Windows color (decimal): -16715797 or 15462144. OLE color: 15462144.

HSL color Cylindrical-coordinate representation of color #00EFEB: hue angle of 179º 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 #00EFEB is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 239 235 -
CMYK 1 0 0.02 0.06
HSL 179º 1% 0.47% -
HSV(B) 179º 1% 0.94% -
XYZ 45.86 67.73 89.25 -
YUV 167.08 166.32 8.83 -
System Red Green Blue C M Y K H S L
Decimal 0 239 235 1 0 0.02 0.06 179 1 0.47
Hex 0 EF EB 64 0 2 6 B3 64 2F
Octal 0 357 353 144 0 2 6 263 144 57
Binary 0 11101111 11101011 1100100 0 10 110 10110011 1100100 101111

Color Harmonies of #00EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFEB

Black with #00EFEB

Text Example


Text Example

White with #00EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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