Html Css Color HEX #0BEFEC Bright Turquoise

📋 copy color: '#0BEFEC'

red 11 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #0BEFEC

Tints of Bright Turquoise #0BEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 2.26%
G = 49.18%
B = 48.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#0BEFEC (or 0x0BEFEC) is known color: Bright Turquoise. HEX triplet: 0B, EF and EC. RGB value is (11,239,236). Sum of RGB (Red+Green+Blue) = 11+239+236=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFEC is #F41013. Grayscale: #AAAAAA. Windows color (decimal): -15994900 or 15527691. OLE color: 15527691.

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

Color convert

RGB 11 239 236 -
CMYK 0.95 0 0.01 0.06
HSL 179.21º 0.91% 0.49% -
HSV(B) 179.21º 0.95% 0.94% -
XYZ 46.14 67.86 90.02 -
YUV 170.49 164.96 14.24 -
System Red Green Blue C M Y K H S L
Decimal 11 239 236 0.95 0 0.01 0.06 179.21 0.91 0.49
Hex B EF EC 5F 0 1 6 B3 5B 31
Octal 13 357 354 137 0 1 6 263 133 61
Binary 1011 11101111 11101100 1011111 0 1 110 10110011 1011011 110001

Color Harmonies of #0BEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFEC

Black with #0BEFEC

Text Example


Text Example

White with #0BEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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