Html Css Color HEX #0BEAF2 Bright Turquoise

📋 copy color: '#0BEAF2'

red 11 ◦ green 234 ◦ blue 242

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

Shades of Bright Turquoise #0BEAF2

Tints of Bright Turquoise #0BEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 2.26%
G = 48.05%
B = 49.69%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BEAF2 (or 0x0BEAF2) is known color: Bright Turquoise. HEX triplet: 0B, EA and F2. RGB value is (11,234,242). Sum of RGB (Red+Green+Blue) = 11+234+242=487 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #0BEAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEAF2 is #F4150D. Grayscale: #A7A7A7. Windows color (decimal): -15996174 or 15919627. OLE color: 15919627.

HSL color Cylindrical-coordinate representation of color #0BEAF2: hue angle of 182.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEAF2 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 234 242 -
CMYK 0.95 0.03 0 0.05
HSL 182.08º 0.91% 0.5% -
HSV(B) 182.08º 0.95% 0.95% -
XYZ 45.59 65.33 94.21 -
YUV 168.24 169.62 15.85 -
System Red Green Blue C M Y K H S L
Decimal 11 234 242 0.95 0.03 0 0.05 182.08 0.91 0.5
Hex B EA F2 5F 3 0 5 B6 5B 32
Octal 13 352 362 137 3 0 5 266 133 62
Binary 1011 11101010 11110010 1011111 11 0 101 10110110 1011011 110010

Color Harmonies of #0BEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAF2

Black with #0BEAF2

Text Example


Text Example

White with #0BEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,242); }

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

background-color css

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

 a { background-color: rgb(11,234,242); }

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

border-color css

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

 span { border-color: rgb(11,234,242); }

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