Html Css Color HEX #0BDFEF Bright Turquoise

📋 copy color: '#0BDFEF'

red 11 ◦ green 223 ◦ blue 239

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

Shades of Bright Turquoise #0BDFEF

Tints of Bright Turquoise #0BDFEF

RGB

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

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

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

R = 2.33%
G = 47.15%
B = 50.53%

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

#0BDFEF (or 0x0BDFEF) is known color: Bright Turquoise. HEX triplet: 0B, DF and EF. RGB value is (11,223,239). Sum of RGB (Red+Green+Blue) = 11+223+239=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BDFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFEF is #F42010. Grayscale: #A1A1A1. Windows color (decimal): -15998993 or 15720203. OLE color: 15720203.

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

Color convert

RGB 11 223 239 -
CMYK 0.95 0.07 0 0.06
HSL 184.21º 0.91% 0.49% -
HSV(B) 184.21º 0.95% 0.94% -
XYZ 42.11 59.08 90.85 -
YUV 161.44 171.76 20.7 -
System Red Green Blue C M Y K H S L
Decimal 11 223 239 0.95 0.07 0 0.06 184.21 0.91 0.49
Hex B DF EF 5F 7 0 6 B8 5B 31
Octal 13 337 357 137 7 0 6 270 133 61
Binary 1011 11011111 11101111 1011111 111 0 110 10111000 1011011 110001

Color Harmonies of #0BDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDFEF

Black with #0BDFEF

Text Example


Text Example

White with #0BDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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