Html Css Color HEX #0BECDA Bright Turquoise

📋 copy color: '#0BECDA'

red 11 ◦ green 236 ◦ blue 218

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

Shades of Bright Turquoise #0BECDA

Tints of Bright Turquoise #0BECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.75%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 2.37%
G = 50.75%
B = 46.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#0BECDA (or 0x0BECDA) is known color: Bright Turquoise. HEX triplet: 0B, EC and DA. RGB value is (11,236,218). Sum of RGB (Red+Green+Blue) = 11+236+218=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECDA is #F41325. Grayscale: #A6A6A6. Windows color (decimal): -15995686 or 14347275. OLE color: 14347275.

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

Color convert

RGB 11 236 218 -
CMYK 0.95 0 0.08 0.07
HSL 175.2º 0.91% 0.48% -
HSV(B) 175.2º 0.95% 0.93% -
XYZ 42.79 65.12 76.64 -
YUV 166.67 156.96 16.96 -
System Red Green Blue C M Y K H S L
Decimal 11 236 218 0.95 0 0.08 0.07 175.2 0.91 0.48
Hex B EC DA 5F 0 8 7 AF 5B 30
Octal 13 354 332 137 0 10 7 257 133 60
Binary 1011 11101100 11011010 1011111 0 1000 111 10101111 1011011 110000

Color Harmonies of #0BECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BECDA

Black with #0BECDA

Text Example


Text Example

White with #0BECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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