Html Css Color HEX #00BEDF Dark Turquoise

📋 copy color: '#00BEDF'

red 0 ◦ green 190 ◦ blue 223

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

Shades of Dark Turquoise #00BEDF

Tints of Dark Turquoise #00BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46%

 BLUE value IS 223 (87.5% from 255) = 54%

R = 0%
G = 46%
B = 54%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00BEDF (or 0x00BEDF) is known color: Dark Turquoise. HEX triplet: 00, BE and DF. RGB value is (0,190,223). Sum of RGB (Red+Green+Blue) = 0+190+223=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEDF is #FF4120. Grayscale: #888888. Windows color (decimal): -16728353 or 14663168. OLE color: 14663168.

HSL color Cylindrical-coordinate representation of color #00BEDF: hue angle of 188.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEDF is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 190 223 -
CMYK 1 0.15 0 0.13
HSL 188.88º 1% 0.44% -
HSV(B) 188.88º 1% 0.87% -
XYZ 31.73 42.15 76.28 -
YUV 136.95 176.55 30.32 -
System Red Green Blue C M Y K H S L
Decimal 0 190 223 1 0.15 0 0.13 188.88 1 0.44
Hex 0 BE DF 64 F 0 D BD 64 2C
Octal 0 276 337 144 17 0 15 275 144 54
Binary 0 10111110 11011111 1100100 1111 0 1101 10111101 1100100 101100

Color Harmonies of #00BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BEDF

Black with #00BEDF

Text Example


Text Example

White with #00BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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