Html Css Color HEX #0BDEF1 Bright Turquoise

📋 copy color: '#0BDEF1'

red 11 ◦ green 222 ◦ blue 241

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

Shades of Bright Turquoise #0BDEF1

Tints of Bright Turquoise #0BDEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 2.32%
G = 46.84%
B = 50.84%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BDEF1 (or 0x0BDEF1) is known color: Bright Turquoise. HEX triplet: 0B, DE and F1. RGB value is (11,222,241). Sum of RGB (Red+Green+Blue) = 11+222+241=474 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BDEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEF1 is #F4210E. Grayscale: #A0A0A0. Windows color (decimal): -15999247 or 15851019. OLE color: 15851019.

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

Color convert

RGB 11 222 241 -
CMYK 0.95 0.08 0 0.05
HSL 184.96º 0.91% 0.49% -
HSV(B) 184.96º 0.95% 0.95% -
XYZ 42.14 58.66 92.32 -
YUV 161.08 173.1 20.96 -
System Red Green Blue C M Y K H S L
Decimal 11 222 241 0.95 0.08 0 0.05 184.96 0.91 0.49
Hex B DE F1 5F 8 0 5 B9 5B 31
Octal 13 336 361 137 10 0 5 271 133 61
Binary 1011 11011110 11110001 1011111 1000 0 101 10111001 1011011 110001

Color Harmonies of #0BDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEF1

Black with #0BDEF1

Text Example


Text Example

White with #0BDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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