Html Css Color HEX #00DEFA Bright Turquoise

📋 copy color: '#00DEFA'

red 0 ◦ green 222 ◦ blue 250

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

Shades of Bright Turquoise #00DEFA

Tints of Bright Turquoise #00DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 0%
G = 47.03%
B = 52.97%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00DEFA (or 0x00DEFA) is known color: Bright Turquoise. HEX triplet: 00, DE and FA. RGB value is (0,222,250). Sum of RGB (Red+Green+Blue) = 0+222+250=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #00DEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEFA is #FF2105. Grayscale: #9E9E9E. Windows color (decimal): -16720134 or 16440832. OLE color: 16440832.

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

Color convert

RGB 0 222 250 -
CMYK 1 0.11 0 0.02
HSL 186.72º 1% 0.49% -
HSV(B) 186.72º 1% 0.98% -
XYZ 43.38 59.14 99.57 -
YUV 158.81 179.45 14.72 -
System Red Green Blue C M Y K H S L
Decimal 0 222 250 1 0.11 0 0.02 186.72 1 0.49
Hex 0 DE FA 64 B 0 2 BB 64 31
Octal 0 336 372 144 13 0 2 273 144 61
Binary 0 11011110 11111010 1100100 1011 0 10 10111011 1100100 110001

Color Harmonies of #00DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEFA

Black with #00DEFA

Text Example


Text Example

White with #00DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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