Html Css Color HEX #00BDDF Dark Turquoise

📋 copy color: '#00BDDF'

red 0 ◦ green 189 ◦ blue 223

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

Shades of Dark Turquoise #00BDDF

Tints of Dark Turquoise #00BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 0%
G = 45.87%
B = 54.13%

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

#00BDDF (or 0x00BDDF) is known color: Dark Turquoise. HEX triplet: 00, BD and DF. RGB value is (0,189,223). Sum of RGB (Red+Green+Blue) = 0+189+223=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDDF is #FF4220. Grayscale: #888888. Windows color (decimal): -16728609 or 14662912. OLE color: 14662912.

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

Color convert

RGB 0 189 223 -
CMYK 1 0.15 0 0.13
HSL 189.15º 1% 0.44% -
HSV(B) 189.15º 1% 0.87% -
XYZ 31.52 41.72 76.2 -
YUV 136.37 176.88 30.74 -
System Red Green Blue C M Y K H S L
Decimal 0 189 223 1 0.15 0 0.13 189.15 1 0.44
Hex 0 BD DF 64 F 0 D BD 64 2C
Octal 0 275 337 144 17 0 15 275 144 54
Binary 0 10111101 11011111 1100100 1111 0 1101 10111101 1100100 101100

Color Harmonies of #00BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDDF

Black with #00BDDF

Text Example


Text Example

White with #00BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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