Html Css Color HEX #0BDDCE Bright Turquoise

📋 copy color: '#0BDDCE'

red 11 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #0BDDCE

Tints of Bright Turquoise #0BDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 2.51%
G = 50.46%
B = 47.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0BDDCE (or 0x0BDDCE) is known color: Bright Turquoise. HEX triplet: 0B, DD and CE. RGB value is (11,221,206). Sum of RGB (Red+Green+Blue) = 11+221+206=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDCE is #F42231. Grayscale: #9C9C9C. Windows color (decimal): -15999538 or 13557003. OLE color: 13557003.

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

Color convert

RGB 11 221 206 -
CMYK 0.95 0 0.07 0.13
HSL 175.71º 0.91% 0.45% -
HSV(B) 175.71º 0.95% 0.87% -
XYZ 37.14 56.24 67.29 -
YUV 156.5 155.93 24.22 -
System Red Green Blue C M Y K H S L
Decimal 11 221 206 0.95 0 0.07 0.13 175.71 0.91 0.45
Hex B DD CE 5F 0 7 D B0 5B 2D
Octal 13 335 316 137 0 7 15 260 133 55
Binary 1011 11011101 11001110 1011111 0 111 1101 10110000 1011011 101101

Color Harmonies of #0BDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDCE

Black with #0BDDCE

Text Example


Text Example

White with #0BDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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