Html Css Color HEX #00FAE4 Bright Turquoise

📋 copy color: '#00FAE4'

red 0 ◦ green 250 ◦ blue 228

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

Shades of Bright Turquoise #00FAE4

Tints of Bright Turquoise #00FAE4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.3%

 BLUE value IS 228 (89.45% from 255) = 47.7%

R = 0%
G = 52.3%
B = 47.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#00FAE4 (or 0x00FAE4) is known color: Bright Turquoise. HEX triplet: 00, FA and E4. RGB value is (0,250,228). Sum of RGB (Red+Green+Blue) = 0+250+228=478 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FAE4 is #FF051B. Grayscale: #ACACAC. Windows color (decimal): -16712988 or 15006208. OLE color: 15006208.

HSL color Cylindrical-coordinate representation of color #00FAE4: hue angle of 174.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAE4 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 250 228 -
CMYK 1 0 0.09 0.02
HSL 174.72º 1% 0.49% -
HSV(B) 174.72º 1% 0.98% -
XYZ 48.19 73.97 85.14 -
YUV 172.74 159.18 4.79 -
System Red Green Blue C M Y K H S L
Decimal 0 250 228 1 0 0.09 0.02 174.72 1 0.49
Hex 0 FA E4 64 0 9 2 AF 64 31
Octal 0 372 344 144 0 11 2 257 144 61
Binary 0 11111010 11100100 1100100 0 1001 10 10101111 1100100 110001

Color Harmonies of #00FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FAE4

Black with #00FAE4

Text Example


Text Example

White with #00FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,250,228); }

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

background-color css

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

 a { background-color: rgb(0,250,228); }

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

border-color css

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

 span { border-color: rgb(0,250,228); }

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