Html Css Color HEX #0BEBF5 Bright Turquoise

📋 copy color: '#0BEBF5'

red 11 ◦ green 235 ◦ blue 245

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

Shades of Bright Turquoise #0BEBF5

Tints of Bright Turquoise #0BEBF5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.86%

 BLUE value IS 245 (96.09% from 255) = 49.9%

R = 2.24%
G = 47.86%
B = 49.9%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0BEBF5 (or 0x0BEBF5) is known color: Bright Turquoise. HEX triplet: 0B, EB and F5. RGB value is (11,235,245). Sum of RGB (Red+Green+Blue) = 11+235+245=491 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #0BEBF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBF5 is #F4140A. Grayscale: #A8A8A8. Windows color (decimal): -15995915 or 16116491. OLE color: 16116491.

HSL color Cylindrical-coordinate representation of color #0BEBF5: hue angle of 182.56º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BEBF5 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 235 245 -
CMYK 0.96 0.04 0 0.04
HSL 182.56º 0.92% 0.5% -
HSV(B) 182.56º 0.96% 0.96% -
XYZ 46.33 66.08 96.7 -
YUV 169.16 170.79 15.19 -
System Red Green Blue C M Y K H S L
Decimal 11 235 245 0.96 0.04 0 0.04 182.56 0.92 0.5
Hex B EB F5 60 4 0 4 B7 5C 32
Octal 13 353 365 140 4 0 4 267 134 62
Binary 1011 11101011 11110101 1100000 100 0 100 10110111 1011100 110010

Color Harmonies of #0BEBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBF5

Black with #0BEBF5

Text Example


Text Example

White with #0BEBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,235,245); }

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

background-color css

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

 a { background-color: rgb(11,235,245); }

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

border-color css

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

 span { border-color: rgb(11,235,245); }

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