Html Css Color HEX #0BDFDD Bright Turquoise

📋 copy color: '#0BDFDD'

red 11 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #0BDFDD

Tints of Bright Turquoise #0BDFDD

RGB

 RED value IS 11 (4.69% from 255) = 2.42%

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 2.42%
G = 49.01%
B = 48.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0BDFDD (or 0x0BDFDD) is known color: Bright Turquoise. HEX triplet: 0B, DF and DD. RGB value is (11,223,221). Sum of RGB (Red+Green+Blue) = 11+223+221=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFDD is #F42022. Grayscale: #9F9F9F. Windows color (decimal): -15999011 or 14540555. OLE color: 14540555.

HSL color Cylindrical-coordinate representation of color #0BDFDD: hue angle of 179.43º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFDD is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 221 -
CMYK 0.95 0 0.01 0.13
HSL 179.43º 0.91% 0.46% -
HSV(B) 179.43º 0.95% 0.87% -
XYZ 39.58 58.07 77.53 -
YUV 159.38 162.76 22.16 -
System Red Green Blue C M Y K H S L
Decimal 11 223 221 0.95 0 0.01 0.13 179.43 0.91 0.46
Hex B DF DD 5F 0 1 D B3 5B 2E
Octal 13 337 335 137 0 1 15 263 133 56
Binary 1011 11011111 11011101 1011111 0 1 1101 10110011 1011011 101110

Color Harmonies of #0BDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDFDD

Black with #0BDFDD

Text Example


Text Example

White with #0BDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BDFDD; }

 p { color: rgb(11,223,221); }

 H1.HeaderClassName
 {
   color: #0BDFDD;
 }
 .AnyTagClassName
 {
   color: #0BDFDD;
 }
</style>

background-color css

<style>
 a { background-color: #0BDFDD; }

 a { background-color: rgb(11,223,221); }

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

border-color css

<style>
 span { border-color: #0BDFDD; }

 span { border-color: rgb(11,223,221); }

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