Html Css Color HEX #0BDFCB Bright Turquoise

📋 copy color: '#0BDFCB'

red 11 ◦ green 223 ◦ blue 203

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

Shades of Bright Turquoise #0BDFCB

Tints of Bright Turquoise #0BDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 2.52%
G = 51.03%
B = 46.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#0BDFCB (or 0x0BDFCB) is known color: Bright Turquoise. HEX triplet: 0B, DF and CB. RGB value is (11,223,203). Sum of RGB (Red+Green+Blue) = 11+223+203=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFCB is #F42034. Grayscale: #9D9D9D. Windows color (decimal): -15999029 or 13360907. OLE color: 13360907.

HSL color Cylindrical-coordinate representation of color #0BDFCB: hue angle of 174.34º 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 #0BDFCB is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 203 -
CMYK 0.95 0 0.09 0.13
HSL 174.34º 0.91% 0.46% -
HSV(B) 174.34º 0.95% 0.87% -
XYZ 37.31 57.16 65.57 -
YUV 157.33 153.76 23.63 -
System Red Green Blue C M Y K H S L
Decimal 11 223 203 0.95 0 0.09 0.13 174.34 0.91 0.46
Hex B DF CB 5F 0 9 D AE 5B 2E
Octal 13 337 313 137 0 11 15 256 133 56
Binary 1011 11011111 11001011 1011111 0 1001 1101 10101110 1011011 101110

Color Harmonies of #0BDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDFCB

Black with #0BDFCB

Text Example


Text Example

White with #0BDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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