Html Css Color HEX #0BDDFA Bright Turquoise

📋 copy color: '#0BDDFA'

red 11 ◦ green 221 ◦ blue 250

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

Shades of Bright Turquoise #0BDDFA

Tints of Bright Turquoise #0BDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 2.28%
G = 45.85%
B = 51.87%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BDDFA (or 0x0BDDFA) is known color: Bright Turquoise. HEX triplet: 0B, DD and FA. RGB value is (11,221,250). Sum of RGB (Red+Green+Blue) = 11+221+250=482 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BDDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDDFA is #F42205. Grayscale: #A1A1A1. Windows color (decimal): -15999494 or 16440587. OLE color: 16440587.

HSL color Cylindrical-coordinate representation of color #0BDDFA: hue angle of 187.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BDDFA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 221 250 -
CMYK 0.96 0.12 0 0.02
HSL 187.28º 0.96% 0.51% -
HSV(B) 187.28º 0.96% 0.98% -
XYZ 43.25 58.69 99.49 -
YUV 161.52 177.93 20.64 -
System Red Green Blue C M Y K H S L
Decimal 11 221 250 0.96 0.12 0 0.02 187.28 0.96 0.51
Hex B DD FA 60 C 0 2 BB 60 33
Octal 13 335 372 140 14 0 2 273 140 63
Binary 1011 11011101 11111010 1100000 1100 0 10 10111011 1100000 110011

Color Harmonies of #0BDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDFA

Black with #0BDDFA

Text Example


Text Example

White with #0BDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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