Html Css Color HEX #00DFEA Bright Turquoise

📋 copy color: '#00DFEA'

red 0 ◦ green 223 ◦ blue 234

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

Shades of Bright Turquoise #00DFEA

Tints of Bright Turquoise #00DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 0%
G = 48.8%
B = 51.2%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00DFEA (or 0x00DFEA) is known color: Bright Turquoise. HEX triplet: 00, DF and EA. RGB value is (0,223,234). Sum of RGB (Red+Green+Blue) = 0+223+234=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #00DFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFEA is #FF2015. Grayscale: #9D9D9D. Windows color (decimal): -16719894 or 15392512. OLE color: 15392512.

HSL color Cylindrical-coordinate representation of color #00DFEA: hue angle of 182.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFEA is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 223 234 -
CMYK 1 0.05 0 0.08
HSL 182.82º 1% 0.46% -
HSV(B) 182.82º 1% 0.92% -
XYZ 41.24 58.72 87 -
YUV 157.58 171.12 15.61 -
System Red Green Blue C M Y K H S L
Decimal 0 223 234 1 0.05 0 0.08 182.82 1 0.46
Hex 0 DF EA 64 5 0 8 B7 64 2E
Octal 0 337 352 144 5 0 10 267 144 56
Binary 0 11011111 11101010 1100100 101 0 1000 10110111 1100100 101110

Color Harmonies of #00DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFEA

Black with #00DFEA

Text Example


Text Example

White with #00DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,223,234); }

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

background-color css

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

 a { background-color: rgb(0,223,234); }

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

border-color css

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

 span { border-color: rgb(0,223,234); }

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