Html Css Color HEX #00F4DA Bright Turquoise

📋 copy color: '#00F4DA'

red 0 ◦ green 244 ◦ blue 218

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

Shades of Bright Turquoise #00F4DA

Tints of Bright Turquoise #00F4DA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.81%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 0%
G = 52.81%
B = 47.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#00F4DA (or 0x00F4DA) is known color: Bright Turquoise. HEX triplet: 00, F4 and DA. RGB value is (0,244,218). Sum of RGB (Red+Green+Blue) = 0+244+218=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #00F4DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F4DA is #FF0B25. Grayscale: #A7A7A7. Windows color (decimal): -16714534 or 14349312. OLE color: 14349312.

HSL color Cylindrical-coordinate representation of color #00F4DA: hue angle of 173.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F4DA is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 0 244 218 -
CMYK 1 0 0.11 0.04
HSL 173.61º 1% 0.48% -
HSV(B) 173.61º 1% 0.96% -
XYZ 45.01 69.76 77.42 -
YUV 168.08 156.16 8.11 -
System Red Green Blue C M Y K H S L
Decimal 0 244 218 1 0 0.11 0.04 173.61 1 0.48
Hex 0 F4 DA 64 0 B 4 AE 64 30
Octal 0 364 332 144 0 13 4 256 144 60
Binary 0 11110100 11011010 1100100 0 1011 100 10101110 1100100 110000

Color Harmonies of #00F4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F4DA

Black with #00F4DA

Text Example


Text Example

White with #00F4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,244,218); }

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

background-color css

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

 a { background-color: rgb(0,244,218); }

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

border-color css

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

 span { border-color: rgb(0,244,218); }

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