Html Css Color HEX #0BDEEF Bright Turquoise

📋 copy color: '#0BDEEF'

red 11 ◦ green 222 ◦ blue 239

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

Shades of Bright Turquoise #0BDEEF

Tints of Bright Turquoise #0BDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 2.33%
G = 47.03%
B = 50.64%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BDEEF (or 0x0BDEEF) is known color: Bright Turquoise. HEX triplet: 0B, DE and EF. RGB value is (11,222,239). Sum of RGB (Red+Green+Blue) = 11+222+239=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BDEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEEF is #F42110. Grayscale: #A0A0A0. Windows color (decimal): -15999249 or 15719947. OLE color: 15719947.

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

Color convert

RGB 11 222 239 -
CMYK 0.95 0.07 0 0.06
HSL 184.47º 0.91% 0.49% -
HSV(B) 184.47º 0.95% 0.94% -
XYZ 41.84 58.55 90.76 -
YUV 160.85 172.1 21.12 -
System Red Green Blue C M Y K H S L
Decimal 11 222 239 0.95 0.07 0 0.06 184.47 0.91 0.49
Hex B DE EF 5F 7 0 6 B8 5B 31
Octal 13 336 357 137 7 0 6 270 133 61
Binary 1011 11011110 11101111 1011111 111 0 110 10111000 1011011 110001

Color Harmonies of #0BDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEEF

Black with #0BDEEF

Text Example


Text Example

White with #0BDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,222,239); }

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

background-color css

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

 a { background-color: rgb(11,222,239); }

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

border-color css

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

 span { border-color: rgb(11,222,239); }

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