Html Css Color HEX #0BECE4 Bright Turquoise

📋 copy color: '#0BECE4'

red 11 ◦ green 236 ◦ blue 228

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

Shades of Bright Turquoise #0BECE4

Tints of Bright Turquoise #0BECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48%

R = 2.32%
G = 49.68%
B = 48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#0BECE4 (or 0x0BECE4) is known color: Bright Turquoise. HEX triplet: 0B, EC and E4. RGB value is (11,236,228). Sum of RGB (Red+Green+Blue) = 11+236+228=475 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECE4 is #F4131B. Grayscale: #A7A7A7. Windows color (decimal): -15995676 or 15002635. OLE color: 15002635.

HSL color Cylindrical-coordinate representation of color #0BECE4: hue angle of 177.87º 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 #0BECE4 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 236 228 -
CMYK 0.95 0 0.03 0.07
HSL 177.87º 0.91% 0.48% -
HSV(B) 177.87º 0.95% 0.93% -
XYZ 44.14 65.66 83.75 -
YUV 167.81 161.96 16.15 -
System Red Green Blue C M Y K H S L
Decimal 11 236 228 0.95 0 0.03 0.07 177.87 0.91 0.48
Hex B EC E4 5F 0 3 7 B2 5B 30
Octal 13 354 344 137 0 3 7 262 133 60
Binary 1011 11101100 11100100 1011111 0 11 111 10110010 1011011 110000

Color Harmonies of #0BECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BECE4

Black with #0BECE4

Text Example


Text Example

White with #0BECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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