Html Css Color HEX #01EFDB Bright Turquoise

📋 copy color: '#01EFDB'

red 1 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #01EFDB

Tints of Bright Turquoise #01EFDB

RGB

 RED value IS 1 (0.78% from 255) = 0.22%

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

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

R = 0.22%
G = 52.07%
B = 47.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#01EFDB (or 0x01EFDB) is known color: Bright Turquoise. HEX triplet: 01, EF and DB. RGB value is (1,239,219). Sum of RGB (Red+Green+Blue) = 1+239+219=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #01EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EFDB is #FE1024. Grayscale: #A5A5A5. Windows color (decimal): -16650277 or 14413569. OLE color: 14413569.

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

Color convert

RGB 1 239 219 -
CMYK 1.00 0 0.08 0.06
HSL 174.96º 0.99% 0.47% -
HSV(B) 174.96º 1% 0.94% -
XYZ 43.67 66.85 77.62 -
YUV 165.56 158.15 10.63 -
System Red Green Blue C M Y K H S L
Decimal 1 239 219 1.00 0 0.08 0.06 174.96 0.99 0.47
Hex 1 EF DB 64 0 8 6 AF 63 2F
Octal 1 357 333 144 0 10 6 257 143 57
Binary 1 11101111 11011011 1100100 0 1000 110 10101111 1100011 101111

Color Harmonies of #01EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EFDB

Black with #01EFDB

Text Example


Text Example

White with #01EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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