Html Css Color HEX #0BDCEA Bright Turquoise

📋 copy color: '#0BDCEA'

red 11 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #0BDCEA

Tints of Bright Turquoise #0BDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 2.37%
G = 47.31%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BDCEA (or 0x0BDCEA) is known color: Bright Turquoise. HEX triplet: 0B, DC and EA. RGB value is (11,220,234). Sum of RGB (Red+Green+Blue) = 11+220+234=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BDCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDCEA is #F42315. Grayscale: #9E9E9E. Windows color (decimal): -15999766 or 15391755. OLE color: 15391755.

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

Color convert

RGB 11 220 234 -
CMYK 0.95 0.06 0 0.08
HSL 183.77º 0.91% 0.48% -
HSV(B) 183.77º 0.95% 0.92% -
XYZ 40.58 57.2 86.74 -
YUV 159.11 170.26 22.36 -
System Red Green Blue C M Y K H S L
Decimal 11 220 234 0.95 0.06 0 0.08 183.77 0.91 0.48
Hex B DC EA 5F 6 0 8 B8 5B 30
Octal 13 334 352 137 6 0 10 270 133 60
Binary 1011 11011100 11101010 1011111 110 0 1000 10111000 1011011 110000

Color Harmonies of #0BDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDCEA

Black with #0BDCEA

Text Example


Text Example

White with #0BDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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