Html Css Color HEX #00EFDB Bright Turquoise

📋 copy color: '#00EFDB'

red 0 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #00EFDB

Tints of Bright Turquoise #00EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 0%
G = 52.18%
B = 47.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#00EFDB (or 0x00EFDB) is known color: Bright Turquoise. HEX triplet: 00, EF and DB. RGB value is (0,239,219). Sum of RGB (Red+Green+Blue) = 0+239+219=458 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EFDB is #FF1024. Grayscale: #A5A5A5. Windows color (decimal): -16715813 or 14413568. OLE color: 14413568.

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

Color convert

RGB 0 239 219 -
CMYK 1 0 0.08 0.06
HSL 174.98º 1% 0.47% -
HSV(B) 174.98º 1% 0.94% -
XYZ 43.65 66.85 77.62 -
YUV 165.26 158.32 10.13 -
System Red Green Blue C M Y K H S L
Decimal 0 239 219 1 0 0.08 0.06 174.98 1 0.47
Hex 0 EF DB 64 0 8 6 AF 64 2F
Octal 0 357 333 144 0 10 6 257 144 57
Binary 0 11101111 11011011 1100100 0 1000 110 10101111 1100100 101111

Color Harmonies of #00EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EFDB

Black with #00EFDB

Text Example


Text Example

White with #00EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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