Html Css Color HEX #00EBD3 Bright Turquoise

📋 copy color: '#00EBD3'

red 0 ◦ green 235 ◦ blue 211

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

Shades of Bright Turquoise #00EBD3

Tints of Bright Turquoise #00EBD3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.69%

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 0%
G = 52.69%
B = 47.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#00EBD3 (or 0x00EBD3) is known color: Bright Turquoise. HEX triplet: 00, EB and D3. RGB value is (0,235,211). Sum of RGB (Red+Green+Blue) = 0+235+211=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBD3 is #FF142C. Grayscale: #A1A1A1. Windows color (decimal): -16716845 or 13888256. OLE color: 13888256.

HSL color Cylindrical-coordinate representation of color #00EBD3: hue angle of 173.87º 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 #00EBD3 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 235 211 -
CMYK 1 0 0.10 0.08
HSL 173.87º 1% 0.46% -
HSV(B) 173.87º 1% 0.92% -
XYZ 41.47 64.12 71.82 -
YUV 162 155.64 12.45 -
System Red Green Blue C M Y K H S L
Decimal 0 235 211 1 0 0.10 0.08 173.87 1 0.46
Hex 0 EB D3 64 0 A 8 AE 64 2E
Octal 0 353 323 144 0 12 10 256 144 56
Binary 0 11101011 11010011 1100100 0 1010 1000 10101110 1100100 101110

Color Harmonies of #00EBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EBD3

Black with #00EBD3

Text Example


Text Example

White with #00EBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,235,211); }

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

background-color css

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

 a { background-color: rgb(0,235,211); }

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

border-color css

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

 span { border-color: rgb(0,235,211); }

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